Skip to content

Commit 2129999

Browse files
author
ehanson8
committed
updates
1 parent b563d6d commit 2129999

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].textparagraph.text.replace('\\n','')
22+
container1 = componentLevel.find('did').find_all('container')[0].text
2323
except:
2424
container1 = ''
2525
try:

0 commit comments

Comments
 (0)