Skip to content

Commit 5679b99

Browse files
encoding
1 parent 2395107 commit 5679b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Input Processing/parse_annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def replaceSymbols(line):
3838

3939
def parse_annotations(filename, act_number):
4040
annotations = []
41-
with open(filename) as csvfile:
41+
with open(filename, encoding='ansi') as csvfile:
4242
csvreader = csv.reader(csvfile, delimiter=',')
4343
is_header = True
4444
current_measures = None

0 commit comments

Comments
 (0)