Skip to content
Snippets Groups Projects
Commit 75cd26c5 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

print

parent 2cd9f165
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ from caosadvancedtools.export_related import export
from caosadvancedtools.import_from_xml import import_xml
if __name__ == "__main__":
print("Conducting im- and export tests")
rec = db.execute_query("FIND 2019-02-03_really_cool_finding", unique=True)
directory = TemporaryDirectory()
export(rec.id, directory=directory.name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment