From f0370cfdb98d9222d29745599a2b4841cea4f314 Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Tue, 18 Feb 2020 11:58:38 +0100 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index aebc1105..1015ced2 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #! bin/sh for n in `find . -name "*.py"` do - python $n + python3 $n done \ No newline at end of file -- GitLab