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