Skip to content

Commit bfa595d

Browse files
authored
Merge pull request #4002 from Snowapril/relocate_meta_file
Relocate generated file location in `whats_left.py`
2 parents 8dad7ad + e794421 commit bfa595d

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)