Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Harmonize shelf for pickles
  • Loading branch information
kthoden committed Jul 18, 2019
1 parent bc4e42c commit 4292e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tei2imxml.py
Expand Up @@ -1282,7 +1282,7 @@ def main():
# objectify.deannotate(final_tree, cleanup_namespaces=True)
# etree.cleanup_namespaces(xml_root)

with open(OUTPUT_DIR / 'data.pickle', 'wb') as f:
with open(OUTPUT_DIR / 'tmp_files/data.pickle', 'wb') as f:
# Pickle the 'data' dictionary using the highest protocol available.
pickle.dump(data_to_pickle, f, pickle.HIGHEST_PROTOCOL)

Expand Down

0 comments on commit 4292e2e

Please sign in to comment.