Umgebungsvariablenaufruf war zerstört

This commit is contained in:
2025-05-31 07:46:02 +02:00
parent 6fef1c5f5a
commit c0589b1310
+1 -1
View File
@@ -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