From f8b895cec7c350b33e3c25cbc8505ba28cf5fd56 Mon Sep 17 00:00:00 2001 From: Simon Steuer Date: Wed, 4 Jun 2025 15:51:42 +0200 Subject: [PATCH] =?UTF-8?q?In=20'update=5Fdatabase.py'=20Namen=20korrigier?= =?UTF-8?q?t=20+=20In=2002=5Fget=5Fsivas=5Fdbase.bat=20Aufruf=20des=20fehl?= =?UTF-8?q?enden=20Schalters=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/02_get_sivas_dbase.bat | 2 +- lib/update_database.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/02_get_sivas_dbase.bat b/bin/02_get_sivas_dbase.bat index ce135ff..427bd94 100644 --- a/bin/02_get_sivas_dbase.bat +++ b/bin/02_get_sivas_dbase.bat @@ -1,5 +1,5 @@ @echo off IF "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:) CALL manage_interpreter.bat activate_interpreter -python %CREMIG_LIB%\update_database.py --sivasid=%SIVAS_ID% +python %CREMIG_LIB%\update_database.py --sivasid=%SIVAS_ID% --bom CALL manage_interpreter.bat deactivate_interpreter diff --git a/lib/update_database.py b/lib/update_database.py index 4c3fd3b..7585eb8 100644 --- a/lib/update_database.py +++ b/lib/update_database.py @@ -162,5 +162,5 @@ if __name__ == '__main__': if args.teilestamm: get_sivas_teilestamm(args.sivasid, args.out_dir, overwrite = True) - if args.stueckliste: + if args.bom: get_sivas_bom(args.sivasid, args.out_dir) \ No newline at end of file