Browse Source

frozenset == good

pull/1/head
Adam Johnson 11 years ago
parent
commit
b1174740a4
  1. 2
      korman/properties/prop_world.py

2
korman/properties/prop_world.py

@ -73,7 +73,7 @@ class PlasmaPage(bpy.types.PropertyGroup):
return None
# There are some obviously bad page names
if self.name.lower() in ("", "builtin", "default", "textures"):
if self.name.lower() in {"", "builtin", "default", "textures"}:
self.make_default_name(self.seq_suffix)
return None

Loading…
Cancel
Save