Falsche Parameterreihenfolge korrigiert
This commit is contained in:
@@ -23,8 +23,7 @@ if __name__ == '__main__':
|
||||
|
||||
if args.sivasid:
|
||||
sivas_asm_id = args.sivasid.strip().replace(".json","")
|
||||
update_database.get_rd_dbase()
|
||||
sivas_teilestamm = FetchSivasTeilestamm(out_dir, sivas_asm_id)
|
||||
sivas_teilestamm = FetchSivasTeilestamm(sivas_asm_id, out_dir)
|
||||
sivas_teilestamm.get_unmigrated_teilstamm_csvs()
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user