Skip to content

Commit 1cf79a4

Browse files
author
dbeltran
committed
Fixed message when platform has an incorrect configuration while picking it
1 parent a592d54 commit 1cf79a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autosubmit/autosubmit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ def migrate(experiment_id, offer, pickup):
15661566
:param pickup:
15671567
:param offer:
15681568
"""
1569-
Log.critical("This is disabled on this version, You must use 3.13.0 migrate. It is safe regardless the version.")
1569+
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.")
15701570

15711571

15721572
@staticmethod

0 commit comments

Comments
 (0)