mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Don't test with is not
for a literal
This commit is contained in:
parent
fac2aeb28f
commit
46df77543b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue