SyntaxWarning: "is not" with a literal. Did you mean "!="?
Closed this issue · 1 comments
merkys commented
The following line:
Line 561 in bd9b7ae
emits a SyntaxWarning on Python 3.11:
CifFile/CifFile_module.py:356
CifFile/CifFile_module.py:356: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if do_imports is not 'No':
jamesrhester commented
Yes, it should be '!='