File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
process_tracker/utilities Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,5 @@ Want to contribute? Check out our contributors guide!
2222
2323Found a bug? Have an idea for an improvement? Submit it into our [ Issues tracker] [ 2 ]
2424
25-
2625[ 1 ] : https://process-tracker.readthedocs.io/en/latest/
2726[ 2 ] : https://github.com/OpenDataAlex/process_tracker_python/issues
Original file line number Diff line number Diff line change @@ -529,9 +529,9 @@ def topic_updater(
529529 item .process_status_name = name
530530 self .logger .info ("%s %s updated." % (topic , name ))
531531 elif topic == "process run" :
532- """
533- This option is ONLY for process runs that are in 'on hold' status and getting them out of 'on hold'.
534- """
532+
533+ # This option is ONLY for process runs that are in 'on hold' status and getting them out of 'on hold'.
534+
535535 self .logger .info ("Testing if process run is on hold." )
536536 item = (
537537 self .session .query (ProcessTracking )
You can’t perform that action at this time.
0 commit comments