Skip to content

Replaced comparison using "is not" by "!="

Python raised a warning, causing the logic to fail.

./scripts/uc-def/uc-def:240: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="?

Fixes issue #69 (closed)

Merge request reports

Loading