Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Nov 25, 2024
1 parent 0a13574 commit 2d69115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/pipeline/staging_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_staging_dir_info(
}

# no config found but force an output
if always_return_path:
if always_return_path:
return {
"stagingDir": get_temp_dir(
project_name=project_entity["name"],
Expand Down

0 comments on commit 2d69115

Please sign in to comment.