Skip to content

Commit e09097d

Browse files
committed
added debugging
1 parent bafab73 commit e09097d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-detection/detect_checker.py

+2
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@ def check(self):
255255
def branch(self):
256256
print("==== BRANCH ====")
257257
self.cleanup()
258+
print("==== CLEANUP====")
258259
self._load_repo()
260+
print("==== LOAD_REPO ====")
259261
self._checkout_test_branch()
260262
print(f"Testing on branch: {self.repo.active_branch.name}")
261263

0 commit comments

Comments
 (0)