Skip to content
Snippets Groups Projects
Commit c0045aed authored by Alexander Kreft's avatar Alexander Kreft
Browse files

MAINT: deleted connection

parent 9094530b
No related branches found
No related tags found
2 merge requests!33MAINT: change arguments of create_user,!25F deprecate yamlapi
Pipeline #13694 passed
...@@ -137,6 +137,7 @@ def insert_yaml_file(yamlfilename, simulate=False): ...@@ -137,6 +137,7 @@ def insert_yaml_file(yamlfilename, simulate=False):
This function is deprecated and will be removed with the next release. This function is deprecated and will be removed with the next release.
Please use caosdb-advanced-user-tools/models/data_model.py for a Please use caosdb-advanced-user-tools/models/data_model.py for a
similar functionality.""", DeprecationWarning) similar functionality.""", DeprecationWarning)
con = get_connection()
prs = etree.XMLParser(remove_blank_text=True) prs = etree.XMLParser(remove_blank_text=True)
sent_xml = etree.tostring( sent_xml = etree.tostring(
etree.fromstring( etree.fromstring(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment