mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
Fix linter
This commit is contained in:
parent
873c9d9a03
commit
9676dec82d
1 changed files with 9 additions and 9 deletions
|
|
@ -563,19 +563,19 @@ class AbstractTemplateBuilder(object):
|
|||
TemplateLoadFailed
|
||||
) as e:
|
||||
message_window.message(
|
||||
title = "Template Load Failed",
|
||||
message = str(e),
|
||||
parent = main_window,
|
||||
level = "critical"
|
||||
title="Template Load Failed",
|
||||
message=str(e),
|
||||
parent=main_window,
|
||||
level="critical"
|
||||
)
|
||||
return
|
||||
|
||||
result = message_window.message(
|
||||
title = "Opening template",
|
||||
message = "Caution! This will overwrite your current scene.\n"\
|
||||
"Do you want to continue?",
|
||||
parent = main_window,
|
||||
level = "ask",
|
||||
title="Opening template",
|
||||
message="Caution! This will overwrite your current scene.\n"
|
||||
"Do you want to continue?",
|
||||
parent=main_window,
|
||||
level="ask",
|
||||
)
|
||||
|
||||
if result:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue