mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Refactor indentation for better readability
Adjusted the indentation in a function to improve code clarity and readability.
This commit is contained in:
parent
c883388ef2
commit
b7662645b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue