mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix lint.
This commit is contained in:
parent
e96133b348
commit
7375538f22
1 changed files with 2 additions and 2 deletions
|
|
@ -201,8 +201,8 @@ def get_staging_dir_info(
|
|||
"stagingDir": get_temp_dir(
|
||||
project_name=project_entity["name"],
|
||||
anatomy=anatomy,
|
||||
prefix=kwargs.get("prefix"),
|
||||
suffix=kwargs.get("suffix"),
|
||||
prefix=prefix,
|
||||
suffix=suffix,
|
||||
),
|
||||
"stagingDir_persistent": False,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue