Skip to content

Commit 62f548f

Browse files
AyrtonRicardoUltrawipf
authored andcommitted
fix: set default profile data field to list instead of object to keep standard to when other profiles are added
1 parent 4c70383 commit 62f548f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ProfileUI(base_ui.WidgetUI, base_ui.CommunicationHandler):
3535
__PROFILES_TEMPLATE = {
3636
"release": __RELEASE,
3737
"global":{},
38-
"profiles": [{"name": "None", "data": {}}],
38+
"profiles": [{"name": "None", "data": []}],
3939
}
4040
FLASH_PROFILE_NAME = "Flash profile"
4141
NONE_PROFILE_NAME = "None"

0 commit comments

Comments
 (0)