From 95c4fa56ccd9f01528c33c13a6e6a7489630b6cd Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Fri, 16 Aug 2024 02:01:02 -0400 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 8cb9fee..aad3ab3 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -175,7 +175,7 @@ _checkPythonVersion(){ printf "[WGDashboard] Found Python 3.12. Will be using python3.10 to install WGDashboard.\n" pythonExecutable="python3.12" else - printf "[WGDashboard] Could not find a compatible version of Python.Current Python is %s WGDashboard required Python 3.10, 3.11 or 3.12. Halting install now.\n" % "$version" + printf "[WGDashboard] Could not find a compatible version of Python.Current Python is %s. WGDashboard required Python 3.10, 3.11 or 3.12. Halting install now.\n" % "$version" exit 1 fi }