some changes in python

This commit is contained in:
anil
2020-08-15 14:35:52 +02:00
parent c626b3981f
commit 1ff30b9eaf
7 changed files with 248 additions and 58 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ def patch_validate(t):
finally:
cmd = 'docker stop {}'.format(container.id)
out, e = shellGitCheckout(cmd)
client.shutdown()
# client.shutdown()
os.killpg(process.pid, signal.SIGTERM)
from bugzoo import Patch, Client