mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Fixes #19633 typo error.
This commit is contained in:
parent
ee2aaa6508
commit
ca9b2947ba
@ -81,7 +81,7 @@ class Condition:
|
||||
# Invalid key path
|
||||
value = 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):
|
||||
result = False
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user