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
When you try to run the sbatch command, if it fails and goes to the ecept section, the line 'if sbatch_output' creates an error because the sbatch_output variable is referenced before assignement.
The text was updated successfully, but these errors were encountered:
elikopy/elikopy/utils.py
Line 58 in 85c971b
When you try to run the sbatch command, if it fails and goes to the ecept section, the line 'if sbatch_output' creates an error because the sbatch_output variable is referenced before assignement.
The text was updated successfully, but these errors were encountered: