mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Fixes #19633 typo error.
This commit is contained in:
parent
ee2aaa6508
commit
ca9b2947ba
@ -81,7 +81,7 @@ class Condition:
|
|||||||
# Invalid key path
|
# Invalid key path
|
||||||
value = None
|
value = None
|
||||||
if value is None:
|
if value is None:
|
||||||
# Hande comparison case when value is None.
|
# Handle comparison case when value is None.
|
||||||
if self.op in (self.GT, self.GTE, self.LT, self.LTE, self.IN, self.CONTAINS, self.REGEX):
|
if self.op in (self.GT, self.GTE, self.LT, self.LTE, self.IN, self.CONTAINS, self.REGEX):
|
||||||
result = False
|
result = False
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user