Skip to content

Commit e794421

Browse files
committed
Relocate generated file location
1 parent 5b1e92f commit e794421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whats_left.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
print("python -I whats_left.py")
3131
exit(1)
3232

33-
GENERATED_FILE = "extra_tests/snippets/not_impl.py"
33+
GENERATED_FILE = "extra_tests/not_impl.py"
3434

3535
implementation = platform.python_implementation()
3636
if implementation != "CPython":

0 commit comments

Comments
 (0)