mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3426 - fix - wrong flag used in pype_commands
This commit is contained in:
parent
127a0dcb1f
commit
f703e53651
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ class PypeCommands:
|
|||
if pyargs:
|
||||
args.extend(["--pyargs", pyargs])
|
||||
|
||||
if persist:
|
||||
if test_data_folder:
|
||||
args.extend(["--test_data_folder", test_data_folder])
|
||||
|
||||
if persist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue