mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove usage of kwarg to create ModulesManager
This commit is contained in:
parent
f2adb8834b
commit
cb938ad58c
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ def save_studio_settings(data):
|
|||
clear_metadata_from_settings(new_data)
|
||||
|
||||
changes = calculate_changes(old_data, new_data)
|
||||
modules_manager = ModulesManager(_system_settings=new_data)
|
||||
modules_manager = ModulesManager(new_data)
|
||||
|
||||
warnings = []
|
||||
for module in modules_manager.get_enabled_modules():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue