Skip to content

Commit 944aa80

Browse files
committed
added debugging
1 parent e09097d commit 944aa80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-detection/detect_checker.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ def check(self):
254254

255255
def branch(self):
256256
print("==== BRANCH ====")
257-
self.cleanup()
258-
print("==== CLEANUP====")
257+
#self.cleanup()
258+
#print("==== CLEANUP====")
259259
self._load_repo()
260260
print("==== LOAD_REPO ====")
261261
self._checkout_test_branch()

0 commit comments

Comments
 (0)