first release of comapny-data app
This commit is contained in:
@@ -206,6 +206,7 @@ def write_repaired_csv(rows):
|
||||
writer.writerows(rows)
|
||||
|
||||
def write_broken_csv(header, rows):
|
||||
print("write broken")
|
||||
with open(BUYERS_BROKEN, "w", newline="", encoding="utf-8") as f:
|
||||
writer = csv.writer(f)
|
||||
writer.writerow(header)
|
||||
|
||||
Reference in New Issue
Block a user