mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
continue if not python script path
This commit is contained in:
parent
2e7b0b9d95
commit
dc7373408f
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ class AddPythonScriptToLaunchArgs(PreLaunchHook):
|
|||
f"Python script {python_script_path} doesn't exist. "
|
||||
"Skipped..."
|
||||
)
|
||||
continue
|
||||
|
||||
if "--" in self.launch_context.launch_args:
|
||||
# Insert before separator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue