fixed typo

This commit is contained in:
Maxim Vasilyev
2020-12-27 00:21:59 +07:00
committed by GitHub
parent 7e306251c1
commit 5234c8086f
@@ -5208,7 +5208,7 @@ class CopyGrid(bpy.types.Operator):
def execute(self, context):
props = context.scene.DocProperties
if props.active_drawing_index is None or len(props.drawings) == 0:
return {"CANCELED"}
return {"CANCELLED"}
drawing = props.drawings[props.active_drawing_index]
collection = bpy.data.collections.get("IfcGroup/" + drawing.name)