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("\\")