mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix launch args
This commit is contained in:
parent
674f287fe1
commit
e1c9cd637b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class TvpaintPrelaunchHook(PreLaunchHook):
|
|||
new_launch_args = [
|
||||
self.main_executable(),
|
||||
self.launch_script_path(),
|
||||
"\"{}\"".format(tvpaint_executable)
|
||||
tvpaint_executable
|
||||
]
|
||||
|
||||
# Add workfile to launch arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue