From c0589b13105d341645f9a4f9197928eb7de2c32e Mon Sep 17 00:00:00 2001 From: mistangl Date: Sat, 31 May 2025 07:46:02 +0200 Subject: [PATCH] =?UTF-8?q?Umgebungsvariablenaufruf=20war=20zerst=C3=B6rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/getpositions.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/getpositions.bat b/bin/getpositions.bat index abfa50b..77d27d6 100644 --- a/bin/getpositions.bat +++ b/bin/getpositions.bat @@ -1,4 +1,4 @@ @echo off CALL manage_interpreter.bat activate_interpreter -python PROJECT_LIB%\getpositions.py %* +python %PROJECT_LIB%\getpositions.py %* CALL manage_interpreter.bat deactivate_interpreter