We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d190990 commit 973f708Copy full SHA for 973f708
ignoring_somethings/verify.py
@@ -29,6 +29,7 @@ def verify(repo: GitAutograderRepo) -> GitAutograderOutput:
29
lines = [line for line in gitignore_file.readlines() if line.strip() == ""]
30
31
comments: List[str] = []
32
+ print(lines)
33
if "!many/file22.txt" not in lines:
34
comments.append(STILL_IGNORING_FILE_22)
35
0 commit comments