Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
ewoksapps
est
Commits
b2848a10
Commit
b2848a10
authored
Oct 06, 2021
by
Henri Payno
Browse files
[xasobj] fix comparaison with None
parent
76edcdd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
est/core/types/xasobject.py
View file @
b2848a10
...
...
@@ -450,6 +450,8 @@ class XASObject:
return
res
def
__eq__
(
self
,
other
):
if
other
is
None
:
return
False
return
(
isinstance
(
other
,
XASObject
)
and
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment