Skip to content

Commit d8294e0

Browse files
hotfix: added missing explorer flag
1 parent fe566bf commit d8294e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discopop_wizard/classes/ExecutionConfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, wizard):
3030
self.value_dict = {"label": "", "description": "", "executable_name": "", "executable_arguments": "",
3131
"make_flags": "", "project_path": "", "linker_flags": "", "make_target": "", "notes": "",
3232
"working_copy_path": "",
33-
"explorer_flags": ""}
33+
"explorer_flags": "--json=patterns.json"}
3434
self.value_dict["id"] = ''.join(random.choices(string.ascii_uppercase + string.digits, k=8))
3535
self.wizard = wizard
3636

0 commit comments

Comments
 (0)