Skip to content

Commit 42a9d48

Browse files
author
Oren Cohen
committed
Set default value of extra args to []
1 parent d012b3a commit 42a9d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/psa/release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ def get_parser():
327327

328328
parser.add_argument('-x', '--extra',
329329
dest='extra_args',
330+
default=[],
330331
nargs=argparse.REMAINDER,
331332
help="additional build parameters")
332333

0 commit comments

Comments
 (0)