mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
lint
This commit is contained in:
parent
6252e4b6c5
commit
52ad442a9c
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ class AddPythonScriptToLaunchArgs(PreLaunchHook):
|
|||
python_script_path = Path(python_script_path)
|
||||
if not python_script_path.exists():
|
||||
raise self.log.warning(
|
||||
f"Python script {python_script_path} doesn't exist. Skipped..."
|
||||
f"Python script {python_script_path} doesn't exist. "
|
||||
"Skipped..."
|
||||
)
|
||||
|
||||
if "--" in self.launch_context.launch_args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue