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

FIX: #173

parent 4e1e1a12
No related branches found
No related tags found
No related merge requests found
Pipeline #41705 passed
......@@ -4588,7 +4588,7 @@ class Info():
self.messages.append(m)
def __str__(self):
if "counts" not in self.messages:
if "Counts" not in [m.type for m in self.messages]:
return "caosdb.Info"
if int(self.messages["counts"]["records"]) > 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment