mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Cosmetics: Move argument order to match function signature
This commit is contained in:
parent
379d610829
commit
8d37f49953
1 changed files with 2 additions and 2 deletions
|
|
@ -124,8 +124,8 @@ def get_representation_path_in_publish_context(
|
||||||
return get_instance_expected_output_path(
|
return get_instance_expected_output_path(
|
||||||
instance,
|
instance,
|
||||||
representation_name=representation_name,
|
representation_name=representation_name,
|
||||||
version=version_name if specific_version else None,
|
ext=None,
|
||||||
ext=None
|
version=version_name if specific_version else None
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue