Don't test with is not for a literal

This commit is contained in:
Jelle Spijker 2022-11-30 22:22:28 +01:00 committed by GitHub
parent fac2aeb28f
commit 46df77543b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ class ActiveQuality:
if self.custom_profile is not None:
string_parts.append(self.profile)
if self.intent_category is not "default":
if self.intent_category != "default":
string_parts.append(self.intent_name)
if self.layer_height: