Skip to content

Commit

Permalink
Fixup flake linitng
Browse files Browse the repository at this point in the history
  • Loading branch information
vJan00 committed Dec 3, 2024
1 parent a9504a6 commit 77e64d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/TsApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def ts_api_thread(self):
logging.info("Preprocessing job with id " + uid
+ ".")
# ModuleID found
opencast_module: Opencast = self.opencastModules[
module_id]
opencast_module: Opencast = (
self.opencastModules)[module_id]
opencast_module.download_file(uid)
opencast_module.queue_entry = (
opencast_module.queue_entry - 1)
Expand Down

0 comments on commit 77e64d5

Please sign in to comment.