Add script to update dark run status in myMdC
Description
We have the update_mdc
script to fix up the status of corrections, but I just needed to fix a dark run that was stuck on in progress. I copied and pasted the script as update_mdc_dark
and simplified it a bit. This only accepts one dark run at a time.
How Has This Been Tested?
python3 -m webservice.update_mdc_darks 4469 --flg E --really
(The actual command I ran was slightly different, because I did some cleanup after running it)
Before:
After:
Types of changes
- New feature (non-breaking change which adds functionality)
Checklist:
- My code follows the code style of this project.