1991
1991
if isinstance(search, graph.EverythingResult):
1992
1992
error_verb = e.error_from_smart_server.error_verb
1993
1993
if error_verb == 'BadSearch':
1995
1995
# XXX: perhaps falling back to VFS on BadSearch is a
1996
1996
# good idea in general? It might provide a little bit
1997
1997
# of protection against client-side bugs.