forked from Rust-related/RustPython
Merge pull request #4002 from Snowapril/relocate_meta_file
Relocate generated file location in `whats_left.py`
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user