mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Console to system tray - changed launch method for Photoshop
This commit is contained in:
parent
ace5bcbb9a
commit
4e0210915e
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ def main(argv):
|
|||
|
||||
host_name = os.environ["AVALON_APP"].lower()
|
||||
if host_name == "photoshop":
|
||||
from avalon.photoshop.lib import launch
|
||||
from avalon.photoshop.lib import main
|
||||
elif host_name == "aftereffects":
|
||||
from avalon.aftereffects.lib import launch
|
||||
elif host_name == "harmony":
|
||||
|
|
@ -97,7 +97,7 @@ def main(argv):
|
|||
|
||||
if launch_args:
|
||||
# Launch host implementation
|
||||
launch(*launch_args)
|
||||
main(*launch_args)
|
||||
else:
|
||||
# Show message box
|
||||
on_invalid_args(after_script_idx is None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue