Skip to content
Snippets Groups Projects
Verified Commit d5602729 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

BUG: missing evaluation of flags in caosdb_admin

parent 5f9ceca3
No related branches found
No related tags found
1 merge request!3F fsm
......@@ -73,7 +73,7 @@ def do_retrieve(args):
c.append(db.Entity(id=eid))
except ValueError:
c.append(db.Entity(name=i))
c.retrieve()
c.retrieve(flags=eval(args.flags))
print(c)
......
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