Error in last commit

This commit is contained in:
Campbell Barton
2018-04-24 17:46:51 +02:00
parent bd40b2c402
commit b60617ffab

View File

@@ -219,7 +219,7 @@ def main():
if args.group:
group = bpy.data.groups.get(args.group)
if group is None:
print(f"Group {group!r} not found!")
print(f"Group {args.group!r} not found!")
return
objects_source = group.objects
del group