my mistake, it should be negated twice to get True when is valid

This commit is contained in:
Gustavo Moreira
2021-12-10 13:20:43 +11:00
parent e1942976bf
commit d2ad867d1e
@@ -651,7 +651,7 @@ class EPROCESS(generic.GenericIntelProcess, pool.ExecutiveObject):
except AttributeError:
return False
return not value
return not not value
def get_vad_root(self):