From e79442140b7612ac27b99af84f64315e3d3f9e82 Mon Sep 17 00:00:00 2001 From: snowapril Date: Sat, 6 Aug 2022 14:35:09 +0900 Subject: [PATCH] Relocate generated file location --- whats_left.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whats_left.py b/whats_left.py index ec8bd4dcd9..827a9b1741 100755 --- a/whats_left.py +++ b/whats_left.py @@ -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":