Skip to content

build: Use '!=' instead of 'is not' to compare string

Robert Mader requested to merge rmader/gjs:build_warning into master

Fixes a warning during install with newer python versions:

SyntaxWarning: "is not" with a literal. Did you mean "!="?

Merge request reports