diff --git a/pype/hooks/tvpaint/pre_launch_args.py b/pype/hooks/tvpaint/pre_launch_args.py index 60ddcb6167..7a5acb08fa 100644 --- a/pype/hooks/tvpaint/pre_launch_args.py +++ b/pype/hooks/tvpaint/pre_launch_args.py @@ -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