Commit 885eca86 by Alexander Popov

Add the comment describing OR use case

parent eeeeda44
......@@ -59,6 +59,9 @@ class OR:
self.opts = opts
self.result = None
# self.opts[0] is the option which this OR-check is about.
# Use case: OR(<X_is_hardened>, <X_is_disabled>)
@property
def name(self):
return self.opts[0].name
......
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