mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 23:27:46 -06:00
Fixes #19633 typo error.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user