mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fixed hound's "line too long" comments
This commit is contained in:
parent
ef698b4afa
commit
c4f1a1f452
3 changed files with 6 additions and 3 deletions
|
|
@ -67,7 +67,8 @@ class ShowInKitsu(LauncherAction):
|
|||
task_data = asset["data"]["tasks"][task_name]
|
||||
task_zou_data = task_data.get("zou", {})
|
||||
if not task_zou_data:
|
||||
self.log.debug("No zou task data for task: {}".format(task_name))
|
||||
self.log.debug(
|
||||
"No zou task data for task: {}".format(task_name))
|
||||
task_zou_id = task_zou_data["id"]
|
||||
|
||||
# Define URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue