Skip to content
Snippets Groups Projects
Commit 3c20c092 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

Merge branch 'dev' into f-new-debug-tree

parents 9de1475b b0e45311
No related branches found
No related tags found
No related merge requests found
Pipeline #47894 failed
This commit is part of merge request !150. Comments created here will be created in the context of that merge request.
...@@ -18,3 +18,5 @@ start_caosdb_docker.sh ...@@ -18,3 +18,5 @@ start_caosdb_docker.sh
src/doc/_apidoc src/doc/_apidoc
/dist/ /dist/
*.egg-info *.egg-info
venv/
.backups
\ No newline at end of file
...@@ -185,6 +185,7 @@ def _treat_merge_error_of(newrecord, record): ...@@ -185,6 +185,7 @@ def _treat_merge_error_of(newrecord, record):
""" """
for this_p in newrecord.properties: for this_p in newrecord.properties:
that_p = record.get_property(this_p.name) that_p = record.get_property(this_p.name)
if that_p is None: if that_p is None:
logger.debug(f"Property {this_p.name} does not exist in the second entity. Note that " logger.debug(f"Property {this_p.name} does not exist in the second entity. Note that "
"this should not be the reason for the merge conflict.") "this should not be the reason for the merge conflict.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment