ucgmsim / slurm_gm_workflow

Porting the GM workflow to run on new NeSI HPC (Maintainer: Jonney)
MIT License
0 stars 2 forks source link

bug with quotes in the argument #448

Closed jasonmotha closed 2 years ago

jasonmotha commented 2 years ago
Traceback (most recent call last):
  File "/nesi/project/nesi00213/Environments/jason/workflow/workflow/automation/execution_scripts/add_to_mgmt_queue.py", line 107, in <module>
    start_time=datestr_to_timestamp(args.start_time),
  File "/nesi/project/nesi00213/Environments/jason/workflow/workflow/automation/execution_scripts/add_to_mgmt_queue.py", line 16, in datestr_to_timestamp
    if time is not None
  File "/opt/nesi/mahuika/Python/3.6.3-gimkl-2017a/lib/python3.6/_strptime.py", line 565, in _strptime_datetime
    tt, fraction = _strptime(data_string, format)
  File "/opt/nesi/mahuika/Python/3.6.3-gimkl-2017a/lib/python3.6/_strptime.py", line 362, in _strptime
    (data_string, format))
ValueError: time data "'2022-07-01_03:52:17'" does not match format '%Y-%m-%d_%H:%M:%S'

Appears to work after this fix now.

@joelridden Are you able to have a quick look at the other slurms to double check that none of them won't have this error.

plot_srf, vm_gen, install_fault, hf, EMOD3D appears to work for me.