Skip to content

Commit

Permalink
Fixed message when platform has an incorrect configuration while pick…
Browse files Browse the repository at this point in the history
…ing it
  • Loading branch information
dbeltran committed Mar 12, 2021
1 parent a592d54 commit 1cf79a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autosubmit/autosubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ def migrate(experiment_id, offer, pickup):
:param pickup:
:param offer:
"""
Log.critical("This is disabled on this version, You must use 3.13.0 migrate. It is safe regardless the version.")
Log.critical("\n[DISABLED FEATURE]\nUse Autosubmit 3.13.0 migrate through a module load.\nYou can use it even if you experiment runs with 3.12.0.\nOnce it is offered and picked, you can switch back to 3.12.0.")


@staticmethod
Expand Down

0 comments on commit 1cf79a4

Please sign in to comment.