You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newer versions of python were warning about syntax errors in
IUDatabase.py
pylib/Stages/Reporter/IUDatabase.py:499: SyntaxWarning: "is not" with a literal. Did you mean "!="?
This patch makes these versions (3.8 and greater?) of python much happier.
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
0 commit comments