Skip to content

Add script to update dark run status in myMdC

Thomas Kluyver requested to merge feat/websvc-update-mdc-dark into master

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:

Screenshot_from_2023-11-14_09-46-06

After:

image

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the code style of this project.

Reviewers

@ahmedk

Merge request reports