mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3426 - fix - function must be called
This commit is contained in:
parent
e5a604d58f
commit
12ef735747
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ def main(*subprocess_args):
|
|||
webpublisher_addon.headless_publish,
|
||||
log,
|
||||
"ClosePS",
|
||||
is_in_tests
|
||||
is_in_tests()
|
||||
)
|
||||
elif env_value_to_bool("AVALON_PHOTOSHOP_WORKFILES_ON_LAUNCH",
|
||||
default=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue