Fehlende Parameterannahme für Pythonscript ergaenzt

This commit is contained in:
2024-01-09 16:21:01 +01:00
parent ba643e2744
commit e249a4c750
+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%\create_tos.py
python %CREMIG_LIB%\create_tos.py %*
deactivate