Skip to content

Commit 577d31d

Browse files
committed
Fix default lists for alert send
1 parent 8ce3796 commit 577d31d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

alertaclient/shell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,7 @@ def run(self):
12301230
'-S',
12311231
'--service',
12321232
action='append',
1233+
default=list(),
12331234
help='service affected eg. the application name, "Web", "Network", "Storage", "Database", "Security"'
12341235
)
12351236
parser_blackout.add_argument(

0 commit comments

Comments
 (0)