We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ccb2c commit 3b7f549Copy full SHA for 3b7f549
1 file changed
apps/application/flow/compare/is_not_null_compare.py
@@ -21,4 +21,4 @@ def compare(self, source_value, compare, target_value):
21
try:
22
return source_value is not None and len(source_value) > 0
23
except Exception:
24
- return source_value is not None
+ return True
0 commit comments