mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
formatting changes
This commit is contained in:
parent
4c866c9669
commit
4be0776d84
1 changed files with 2 additions and 1 deletions
|
|
@ -589,9 +589,10 @@ class ProjectWidget(SettingsCategoryWidget):
|
|||
save_project_anatomy(self.project_name, project_anatomy_data)
|
||||
|
||||
def update_values(self):
|
||||
if not self.project_name is None:
|
||||
if self.project_name is not None:
|
||||
self._on_project_change()
|
||||
return
|
||||
|
||||
default_values = lib.convert_data_to_gui_data(
|
||||
{self.main_schema_key: get_default_settings()}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue