Ausgabe soll im Work Ordner landen
This commit is contained in:
+2
-1
@@ -159,7 +159,8 @@ if __name__ == '__main__':
|
||||
not_found_in_sivas = dict()
|
||||
latest_costs = costs.getNewPricesAsDict(not_found_in_sivas)
|
||||
# schreibe die neue config mit den aktuellen Preisen
|
||||
costs.writeNewConfig('Sivas_Abgleich.cfg')
|
||||
outCfg = os.path.join(os.environ.get('ECALC_WORK'), "Sivas_Abgleich.cfg")
|
||||
costs.writeNewConfig(outCfg)
|
||||
|
||||
# schreibe die Preisänderungen in eine Excel-Datei
|
||||
outPath = os.path.join(os.environ.get('ECALC_WORK'), args.outfile)
|
||||
|
||||
Reference in New Issue
Block a user