提交 7f3deabd 编写于 作者: L Lukáš Doktor 提交者: Cleber Rosa

avocado.plugins.replay: Fix continuation line over-indented

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 a4526a8b
......@@ -68,8 +68,8 @@ class Replay(CLI):
for item in status_list:
if item not in status.user_facing_status:
msg = 'Invalid --replay-test-status option. Valid ' \
'options are (more than one allowed): %s' % \
','.join([item for item in status.user_facing_status])
'options are (more than one allowed): %s' % \
','.join([item for item in status.user_facing_status])
raise argparse.ArgumentTypeError(msg)
return status_list
......@@ -80,8 +80,8 @@ class Replay(CLI):
for item in ignore_list:
if item not in options:
msg = 'Invalid --replay-ignore option. Valid ' \
'options are (more than one allowed): %s' % \
','.join(options)
'options are (more than one allowed): %s' % \
','.join(options)
raise argparse.ArgumentTypeError(msg)
return ignore_list
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册