allosaurus icon indicating copy to clipboard operation
allosaurus copied to clipboard

preprocess.py literal comparison using equals

Open peterroelants opened this issue 10 months ago • 0 comments

String/Literal comparison should be done using == instead of is

Solves:

 /app/venv/lib/python3.10/site-packages/allosaurus/pm/preprocess.py:45: SyntaxWarning: "is" with a literal. Did you mean "=="?                                            
 #   if wintype is 'povey': 

peterroelants avatar Apr 26 '24 17:04 peterroelants