mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix argument
This commit is contained in:
parent
f19a240f68
commit
2960e994f2
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ class SystemWidget(SettingsCategoryWidget):
|
|||
self.environ_fields.clear()
|
||||
super(SystemWidget, self).reset()
|
||||
|
||||
def save(self, all_values):
|
||||
def save(self):
|
||||
_data = {}
|
||||
for input_field in self.input_fields:
|
||||
value, _is_group = input_field.studio_overrides()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue