Skip to content

Commit 6b86be1

Browse files
committed
remove commented out code
1 parent 46a9cb2 commit 6b86be1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/book_tester.py

-3
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,7 @@ def parse_listings(self):
315315
def check_final_diff(self, ignore=None, diff=None):
316316
if diff is None:
317317
diff = self.run_command(Command(f"git diff -w repo/{self.chapter_name}"))
318-
# try:
319318
print("checking final diff", diff)
320-
# except io.BlockingIOError:
321-
# pass
322319
self.assertNotIn("fatal:", diff)
323320
start_marker = "diff --git a/\n"
324321
commit = Commit.from_diff(start_marker + diff)

0 commit comments

Comments
 (0)