@@ -0,0 +1,2 @@
def getNode(name, l):
return next(( i for i in l if i.name == name), -1 )
The note is not visible to the blocked user.