From 96f8a53a6d76448b562a86c10af586a85a813668 Mon Sep 17 00:00:00 2001
From: Moritz Schubotz <wiki@physikerwelt.de>
Date: Sat, 17 Nov 2018 20:46:47 +0100
Subject: [PATCH] Fix python extension

---
 support/compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/compile.sh b/support/compile.sh
index 71f2497..3c0434e 100755
--- a/support/compile.sh
+++ b/support/compile.sh
@@ -5,4 +5,4 @@ cd src/tex
 latexmk
 cp allRefs.pdf ../../main.pdf
 cd ../..
-python3 support/issue.sh
+python3 support/issue.py
-- 
GitLab