From b138bdd2022d13c61ff2e534e820790ccbfaa7a0 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Tue, 16 Mar 2021 12:26:44 +0100 Subject: [PATCH] Hound --- pype/lib/avalon_context.py | 2 -- pype/modules/timers_manager/timers_manager.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pype/lib/avalon_context.py b/pype/lib/avalon_context.py index 6a85baa756..9df5754126 100644 --- a/pype/lib/avalon_context.py +++ b/pype/lib/avalon_context.py @@ -1171,5 +1171,3 @@ def change_timer_to_current_context(): } requests.post(rest_api_url, json=data) - - diff --git a/pype/modules/timers_manager/timers_manager.py b/pype/modules/timers_manager/timers_manager.py index 282aacdd2e..44264042d5 100644 --- a/pype/modules/timers_manager/timers_manager.py +++ b/pype/modules/timers_manager/timers_manager.py @@ -106,7 +106,7 @@ class TimersManager(PypeModule, ITrayService, IIdleManager, IWebServerRoutes): try: task_type = asset_doc["data"]["tasks"][task_name]["type"] except KeyError: - self.log.warning("Couldn't find task_type for {}".\ + self.log.warning("Couldn't find task_type for {}". format(task_name)) hierarchy = asset_doc["data"]["hierarchy"].split("\\")