parameter der .bat wurden nicht an die .py übergeben

This commit is contained in:
2024-01-23 15:50:32 +01:00
parent 513880529c
commit d7f6522ab7
+1 -1
View File
@@ -2,5 +2,5 @@
CALL cremig_setenv.bat
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
CALL %CREMIG%\.venv\Scripts\activate.bat
python %CREMIG_LIB%\get_sivas_teilestamm.py --sivas=%SIVAS_ID%
python %CREMIG_LIB%\get_sivas_teilestamm.py %*
deactivate