Skip to content

Commit ab3fe81

Browse files
author
ehanson8
committed
updates
1 parent a7f69c0 commit ab3fe81

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
@@ -10,7 +10,7 @@ def extractValuesFromComponentLevel (componentLevel):
1010
except:
1111
unitdate = ''
1212
try:
13-
scopecontent = componentLevel.find('scopecontent').replace('<head>','').replace('</head>','').replace('<p>','').replace('</p>',' ').encode('utf-8')
13+
scopecontent = componentLevel.find('scopecontent').content.replace('<head>','').replace('</head>','').replace('<p>','').replace('</p>',' ').encode('utf-8')
1414
except:
1515
scopecontent = ''
1616
try:

0 commit comments

Comments
 (0)