In 'update_database.py' Namen korrigiert + In 02_get_sivas_dbase.bat Aufruf des fehlenden Schalters ergänzt
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user