Skip to content

Commit

Permalink
#243 remove wrong argument on wait
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs committed Jun 21, 2016
1 parent 66b446a commit 3f5bb74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions senza/cli.py
Expand Up @@ -1405,8 +1405,7 @@ def failure_event(event: dict):
help='Time between checks (default: 5s)')
@region_option
@stacktrace_visible_option
def wait(stack_ref, region, deletion, timeout, interval,
stacktrace_visible):
def wait(stack_ref, region, deletion, timeout, interval,):
'''Wait for successfull stack creation or deletion.
Supports waiting for more than one stack up to timeout seconds.'''
Expand Down

0 comments on commit 3f5bb74

Please sign in to comment.