Skip to content

Commit 67bd2f6

Browse files
committed
fix quiz check duplicate arg
1 parent 6d85a95 commit 67bd2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/quiz_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
q_old = fread.read()
5050

5151
stderr = None if args.verbose else subprocess.DEVNULL
52-
q_new = quiz(QUIZ_SCRIPT, inf, stderr=stderr, out_filter=str)
52+
q_new = quiz(inf, stderr=stderr, out_filter=str)
5353

5454
if q_old != q_new:
5555
print("\033[31mFAIL\033[0m")

0 commit comments

Comments
 (0)