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

typo

parent 2f19c92d
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
...@@ -174,7 +174,7 @@ class SyncGraph(): ...@@ -174,7 +174,7 @@ class SyncGraph():
if self._identifiable_is_needed(node): if self._identifiable_is_needed(node):
self._set_identifiable_of_node(node) self._set_identifiable_of_node(node)
# everything in unchecked neither das have an ID nor a path. # everything in unchecked neither does have an ID nor a path.
# Thus, it must be possible to create an # Thus, it must be possible to create an
# identifiable which is checked using the following function: # identifiable which is checked using the following function:
for node in self.unchecked: for node in self.unchecked:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment