You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to add the arguments introduced by the users to the final traceback when Autosubmit crashes.
To do so,
The idea is to separate the giant parse_args until we get the args ( as they should be ) and initiate the Autosubmit (whatever command ) in another function.
We can reuse this args namespace to add it to the Autosubmit final log
The text was updated successfully, but these errors were encountered:
Hello @kinow
Related to https://earth.bsc.es/gitlab/digital-twins/de_340-2/workflow/-/issues/818#note_336516
This issue is to add the arguments introduced by the users to the final traceback when Autosubmit crashes.
To do so,
The idea is to separate the giant parse_args until we get the args ( as they should be ) and initiate the Autosubmit (whatever command ) in another function.
We can reuse this args namespace to add it to the Autosubmit final log
The text was updated successfully, but these errors were encountered: