fix refacto

This commit is contained in:
Christophe SEUX
2023-05-03 14:40:07 +02:00
parent 0ebde5f713
commit f9384c3d89
6 changed files with 50 additions and 46 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class VSETB_OT_load_settings(Operator):
project = settings.active_project
if not prefs.config_path:
return
return {'FINISHED'}
addon_config = read_file(os.path.expandvars(prefs.config_path))