Skip to content

Commit

Permalink
Fix char encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmunoznovoa committed Mar 5, 2025
1 parent 1ea1ead commit be34c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesures/cupsdat.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def writer(self):
'header': False,
'columns': self.columns,
'index': False,
'encoding': 'iso8859-15',
'encoding': 'iso-8859-15',
check_line_terminator_param(): ';\n'
}

Expand Down

0 comments on commit be34c4d

Please sign in to comment.