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

Typo

parent c1e66f9c
Branches
Tags
No related merge requests found
......@@ -315,7 +315,7 @@ def assure_has_parent(entity, parent, to_be_updated=None, guard=None, verbosity=
if guard is None:
entity.update(unique=False)
else:
guard.safe_updat(entity, unique=False)
guard.safe_update(entity, unique=False)
else:
to_be_updated.append(entity)
......@@ -387,7 +387,7 @@ def assure_has_property(entity, name, value, to_be_updated=None,
if guard is None:
entity.update(unique=False)
else:
guard.safe_updat(entity, unique=False)
guard.safe_update(entity, unique=False)
else:
to_be_updated.append(entity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment