From e249a4c750521f8a4f601095b7d497442ce8f7c9 Mon Sep 17 00:00:00 2001 From: "s.steuer" Date: Tue, 9 Jan 2024 16:21:01 +0100 Subject: [PATCH] =?UTF-8?q?Fehlende=20Parameterannahme=20f=C3=BCr=20Python?= =?UTF-8?q?script=20ergaenzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/create_tos_string.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create_tos_string.bat b/bin/create_tos_string.bat index 6aefc64..7579053 100644 --- a/bin/create_tos_string.bat +++ b/bin/create_tos_string.bat @@ -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