Ausgabe soll im Work Ordner landen

This commit is contained in:
2023-05-31 17:27:10 +02:00
parent 1f0e4137f2
commit 3a0c1ed964
2 changed files with 2 additions and 102 deletions
+2 -1
View File
@@ -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)