LSSTDESC / gen3_workflow

Development code for a Gen3-based DRP pipeline implementation
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Misspell in the "SUCCEEDED" keyword #23

Closed QLeB closed 2 years ago

QLeB commented 2 years ago

With the latest version of the branch u/jchiang/gen3_scripts, I got the error NameError: name '_SUCCEDED' is not defined

I guess that in https://github.com/LSSTDESC/gen3_workflow/blob/u/jchiang/gen3_scripts/python/desc/gen3_workflow/parsl_service.py#L270, SUCCEDED should be SUCCEEDED.

Quentin

jchiang87 commented 2 years ago

Thanks for posting! I've pushed a fix to u/jchiang/gen3_scripts.