-
Notifications
You must be signed in to change notification settings - Fork 3
Add method to read metadata back from the xml #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #102 +/- ##
====================================
- Coverage 25% 24% -1%
====================================
Files 25 25
Lines 1688 1750 +62
====================================
+ Hits 421 426 +5
- Misses 1267 1324 +57 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| if last_nodes.getLength() > 0: | ||
| nbr_tp = int(last_nodes.item(0).getTextContent()) + 1 | ||
| except Exception as e: | ||
| log.error("Error extracting metadata from XML: {0}".format(str(e))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this valid Python 2.7 syntax...? 😳
Fixes #96