mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
PEP8: fix E128: continuation line under-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -46,10 +46,10 @@ class SubunitOptions(optparse.OptionGroup):
|
||||
def __init__(self, parser):
|
||||
optparse.OptionGroup.__init__(self, parser, "Subunit Options")
|
||||
self.add_option('-l', '--list', dest='listtests', default=False,
|
||||
help='List tests rather than running them.',
|
||||
action="store_true")
|
||||
help='List tests rather than running them.',
|
||||
action="store_true")
|
||||
self.add_option('--load-list', dest='load_list', default=None,
|
||||
help='Specify a filename containing the test ids to use.')
|
||||
help='Specify a filename containing the test ids to use.')
|
||||
|
||||
|
||||
class TestProgram(BaseTestProgram):
|
||||
|
Reference in New Issue
Block a user