mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
don't return anything from 'set_action_config_values'
This commit is contained in:
parent
f42ce13de2
commit
74c91cabc0
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class BaseLauncherController(
|
|||
return self._actions_model.get_action_config_values(context)
|
||||
|
||||
def set_action_config_values(self, context, values):
|
||||
return self._actions_model.set_action_config_values(context, values)
|
||||
self._actions_model.set_action_config_values(context, values)
|
||||
|
||||
# General methods
|
||||
def refresh(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue