From 0860a7addd614dcc8753e6282eb472d0ddbfdfe1 Mon Sep 17 00:00:00 2001 From: Chris Reed <55092742+cjreed121@users.noreply.github.com> Date: Sun, 7 May 2023 13:10:50 -0400 Subject: [PATCH] Change python to python3 --- examples/01_simple_python/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/01_simple_python/config/config.json b/examples/01_simple_python/config/config.json index 73c0ac4..8b9a9bd 100644 --- a/examples/01_simple_python/config/config.json +++ b/examples/01_simple_python/config/config.json @@ -7,7 +7,7 @@ // Commands to run (in order). These are not shell commands, although // they support some common shell wildcards. This can either be a // list or a single string. - "command" : [ "python *.py" ], + "command" : [ "python3 *.py" ], // Point value of this testcase. "points" : 10,