mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:09:00 +08:00
Don't test with is not
for a literal
This commit is contained in:
parent
fac2aeb28f
commit
46df77543b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user