summaryrefslogtreecommitdiff
path: root/script/bisect-test.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:21:29 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:30 +0200
commit115f2a71b883567dcf324da5cd02cfc3c86431b4 (patch)
tree1e9c657b58e2186fd03e4f7ad182b945970967a0 /script/bisect-test.py
parentfd6b2086cbf03d8dd0b46160f345bf7cc5551aeb (diff)
downloadsamba-115f2a71b883567dcf324da5cd02cfc3c86431b4.tar.gz
PEP8: fix E305: expected 2 blank lines after class or function definition, found 1
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, 2 insertions, 0 deletions
diff --git a/script/bisect-test.py b/script/bisect-test.py
index 84496fe253a..cdfc93bdb8a 100755
--- a/script/bisect-test.py
+++ b/script/bisect-test.py
@@ -51,6 +51,7 @@ def find_git_root():
p = os.path.abspath(os.path.join(p, '..'))
return None
+
cwd = os.getcwd()
gitroot = find_git_root()
@@ -79,6 +80,7 @@ def cleanup():
os.unlink(f.name)
sys.exit(-1)
+
# run bisect
ret = -1
try: