mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-13 06:24:59 -05:00
uitests: Fix them once again
The pylint fix broke things... apparently dogtail advertises one function signature but then calls it without any arguments...
This commit is contained in:
@@ -21,7 +21,9 @@ class _FuzzyPredicate(dogtail.predicate.Predicate):
|
||||
return
|
||||
def makeScriptVariableName(self):
|
||||
return
|
||||
def describeSearchResult(self, node):
|
||||
def describeSearchResult(self, node=None):
|
||||
if not node:
|
||||
return ""
|
||||
return DogtailApp.node_string(node)
|
||||
|
||||
def satisfiedByNode(self, node):
|
||||
|
||||
Reference in New Issue
Block a user