config-dump: Fix crash when used without --define
The default value is None, which is not iterable. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
59a9c01304
commit
b165866f39
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ def main():
|
|||
"-e",
|
||||
"--define",
|
||||
action="append",
|
||||
default=[],
|
||||
metavar="VAR=VALUE",
|
||||
type=validate_definition,
|
||||
help=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue