gui.bat lädt jetzt die virtuelle Umgebung. Fix der Abfrage eines Bauteils als Assembly implementiert. Kein Exit im Code mehr, der als Library verwendet werden soll.

This commit is contained in:
2024-03-19 14:02:54 +01:00
parent 13faea2164
commit 1c18ca98bf
4 changed files with 17 additions and 8 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
@echo off
CALL cremig_setenv.bat
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
CALL %CREMIG%\.venv\Scripts\activate.bat
CALL manage_interpreter.bat activate_interpreter
python %CREMIG_LIB%\CreoMigrateGui.py %*
deactivate
CALL manage_interpreter.bat deactivate_interpreter