Refactor indentation for better readability

Adjusted the indentation in a function to improve code clarity and readability.
This commit is contained in:
Jakub Jezek 2024-05-09 16:15:30 +02:00
parent c883388ef2
commit b7662645b5
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9

View file

@ -873,7 +873,7 @@ def _get_global_config_data(
product_entities_by_name = {
product_entity["name"]: product_entity
for product_entity in ayon_api.get_products(
project_name,
project_name,
folder_ids={folder_id},
product_name_regex=product_name,
fields={"id", "name"}