Skip to content

Commit 9b71b20

Browse files
committed
autocorres: explicitly use python3
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
1 parent c11a6cf commit 9b71b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/autocorres/tools/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def gen_thy_file(c_file):
253253
for f in glob.glob(os.path.join(target_dir, "autocorres", "tests", "parse-tests", "*.c")):
254254
gen_thy_file(f)
255255
subprocess.check_call([
256-
"python",
256+
"python3",
257257
os.path.join(args.repository, "misc", "scripts", "gen_isabelle_root.py"),
258258
"-T", "-o", os.path.join(target_dir, "autocorres", "tests", "AutoCorresTest.thy"),
259259
"-i", os.path.join(target_dir, "autocorres", "tests", "parse-tests"),

0 commit comments

Comments
 (0)