Merge pull request #4002 from Snowapril/relocate_meta_file

Relocate generated file location in `whats_left.py`
This commit is contained in:
Jeong YunWon
2022-08-07 14:38:24 +09:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ if not sys.flags.isolated:
print("python -I whats_left.py")
exit(1)
GENERATED_FILE = "extra_tests/snippets/not_impl.py"
GENERATED_FILE = "extra_tests/not_impl.py"
implementation = platform.python_implementation()
if implementation != "CPython":