Skip to content

Commit

Permalink
Code Cleanup
Browse files Browse the repository at this point in the history
Cleaned up some things that were found by Codacy.
  • Loading branch information
OpenDataAlex committed Jul 19, 2019
1 parent 002703c commit dfb5010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ Want to contribute? Check out our contributors guide!

Found a bug? Have an idea for an improvement? Submit it into our [Issues tracker][2]


[1]: https://process-tracker.readthedocs.io/en/latest/
[2]: https://github.com/OpenDataAlex/process_tracker_python/issues
6 changes: 3 additions & 3 deletions process_tracker/utilities/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,9 @@ def topic_updater(
item.process_status_name = name
self.logger.info("%s %s updated." % (topic, name))
elif topic == "process run":
"""
This option is ONLY for process runs that are in 'on hold' status and getting them out of 'on hold'.
"""

# This option is ONLY for process runs that are in 'on hold' status and getting them out of 'on hold'.

self.logger.info("Testing if process run is on hold.")
item = (
self.session.query(ProcessTracking)
Expand Down

0 comments on commit dfb5010

Please sign in to comment.