fix default userdata

This commit is contained in:
Wes Barnett 2021-03-13 16:00:34 -05:00
parent da67ac9ac9
commit 2428ee46ca
No known key found for this signature in database
GPG key ID: 1070BCC98C18BD66

View file

@ -77,7 +77,7 @@ def setup_config_parser(ini_file, parent_cmd, packages):
"desc_limit": 72,
"important_packages": [],
"important_commands": [],
"userdata": set()
"userdata": []
}
config["root"] = {
"snapshot": True