Cosmetics: Move argument order to match function signature

This commit is contained in:
Roy Nieterau 2024-07-02 12:18:44 +02:00
parent 379d610829
commit 8d37f49953

View file

@ -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
) )