Commit bf8e90a2 authored by Łukasz Nowak's avatar Łukasz Nowak

Fic typo.

parent 7f011348
......@@ -67,7 +67,7 @@ class SoftwareInstance(Item):
security.declareProtected(Permissions.AccessContentsInformation,
'checkConnected')
def checkDisconnected(self, graph, root):
def checkConnected(self, graph, root):
size = len(graph)
visited = set()
to_crawl = collections.deque(graph[root])
......
248
\ No newline at end of file
249
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment