summaryrefslogtreecommitdiff
path: root/script/bisect-test.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:19:05 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:28 +0200
commit12d3fbe15cb58b57c60499103101e3a845378859 (patch)
tree3a557d14c0c9cbafd6edee5649d1c8165f973a92 /script/bisect-test.py
parent35de42275bc8475466ef29d1e2c2c7391c9f769b (diff)
downloadsamba-12d3fbe15cb58b57c60499103101e3a845378859.tar.gz
PEP8: fix E231: missing whitespace after ','
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>
Diffstat (limited to 'script/bisect-test.py')
-rwxr-xr-xscript/bisect-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/bisect-test.py b/script/bisect-test.py
index 71c68b0d727..e06d7834117 100755
--- a/script/bisect-test.py
+++ b/script/bisect-test.py
@@ -13,7 +13,7 @@ parser.add_option("", "--good", help="known good revision (default HEAD~100)", d
parser.add_option("", "--bad", help="known bad revision (default HEAD)", default='HEAD')
parser.add_option("", "--skip-build-errors", help="skip revision where make fails",
action='store_true', default=False)
-parser.add_option("", "--autogen", help="run autogen before each build",action="store_true", default=False)
+parser.add_option("", "--autogen", help="run autogen before each build", action="store_true", default=False)
parser.add_option("", "--autogen-command", help="command to use for autogen (default ./autogen.sh)",
type='str', default="./autogen.sh")
parser.add_option("", "--configure", help="run configure.developer before each build",