fix syntax
This commit is contained in:
parent
fad08ebe29
commit
e5ea12d060
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ def setup_config_parser(ini_file, parent_cmd, packages):
|
||||||
"cleanup_algorithm": "number",
|
"cleanup_algorithm": "number",
|
||||||
"pre_description": parent_cmd,
|
"pre_description": parent_cmd,
|
||||||
"post_description": " ".join(packages),
|
"post_description": " ".join(packages),
|
||||||
"desc_limit": 72
|
"desc_limit": 72,
|
||||||
"important_packages": [],
|
"important_packages": [],
|
||||||
"important_commands": []
|
"important_commands": []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue