Skip to content

Commit 867365a

Browse files
author
ehanson8
committed
updates
1 parent 2129999 commit 867365a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eadToCsv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def extractValuesFromComponentLevel (componentLevel):
1919
except:
2020
scopecontent = ''
2121
try:
22-
container1 = componentLevel.find('did').find_all('container')[0].text
22+
container1 = componentLevel.find('did').find_all('container')[0].text.encode('utf-8')
2323
except:
2424
container1 = ''
2525
try:

0 commit comments

Comments
 (0)