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

Do not treat file value special in identifiable repr

parent 06bc27da
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #50842 passed with warnings
......@@ -94,8 +94,6 @@ class Identifiable():
if value is None:
return "None"
elif isinstance(value, db.File): # TODO
return str(value.path)
elif isinstance(value, SyncNode):
if value.id is not None:
return str(value.id)
......
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