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

MAINT: create output when changing description"

"
parent 30695024
No related branches found
No related tags found
No related merge requests found
......@@ -320,6 +320,9 @@ def assure_has_description(entity, description, to_be_updated=None,
if entity.description == description:
return
print("/"*60)
print("UPDATE: set description of entity {}".format(entity.id))
print("/"*60)
entity.description = description
if to_be_updated is None:
......
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