From 49a6a18881e7b1bfb9779255e189bde1793455b7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 2 Jun 2024 11:48:14 +0200 Subject: [PATCH] Fix setup.ps1 syntax error --- setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index ce9e5f2cf..8647bea94 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -162,7 +162,7 @@ function Find-PythonExecutable { "C:\Python312\python.exe", "C:\Python311\python.exe", "C:\Python310\python.exe", - "C:\Python39\python.exe", + "C:\Python39\python.exe" )