Skip to content

Commit

Permalink
Don't write to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt committed Jan 15, 2024
1 parent 92746af commit b011027
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 266 deletions.
262 changes: 0 additions & 262 deletions src/zbmath_rest2oai/final.xml

This file was deleted.

5 changes: 1 addition & 4 deletions src/zbmath_rest2oai/getAsXml.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ def final_xml2(de):
# Bugfix for wired XML output such as the string None or </>
[], '', [None], None
])
)

with open('final.xml', 'w') as f:
f.write(final_xml2("6383667"))
)

0 comments on commit b011027

Please sign in to comment.