fix default userdata
This commit is contained in:
parent
da67ac9ac9
commit
2428ee46ca
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ def setup_config_parser(ini_file, parent_cmd, packages):
|
||||||
"desc_limit": 72,
|
"desc_limit": 72,
|
||||||
"important_packages": [],
|
"important_packages": [],
|
||||||
"important_commands": [],
|
"important_commands": [],
|
||||||
"userdata": set()
|
"userdata": []
|
||||||
}
|
}
|
||||||
config["root"] = {
|
config["root"] = {
|
||||||
"snapshot": True
|
"snapshot": True
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue