Skip to content

Commit

Permalink
Merge PR #612 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by rousseldenis
  • Loading branch information
OCA-git-bot committed Jul 10, 2023
2 parents 5068c18 + e9896bb commit ccf7f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base_delivery_carrier_files/csv_writer/unicode_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def writerow(self, row):
self.stream.write(data)
# empty queue
self.queue.truncate(0)
# Reset the cursor back
self.queue.seek(0)

def writerows(self, rows):
for row in rows:
Expand Down

0 comments on commit ccf7f34

Please sign in to comment.