Skip to content

Commit 973f708

Browse files
committed
Add print
1 parent d190990 commit 973f708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ignoring_somethings/verify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def verify(repo: GitAutograderRepo) -> GitAutograderOutput:
2929
lines = [line for line in gitignore_file.readlines() if line.strip() == ""]
3030

3131
comments: List[str] = []
32+
print(lines)
3233
if "!many/file22.txt" not in lines:
3334
comments.append(STILL_IGNORING_FILE_22)
3435

0 commit comments

Comments
 (0)