Commit: b60617ffabcc9bbd83a2aadcc616ce60037d46af
Author: Campbell Barton
Date:   Tue Apr 24 17:46:51 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBb60617ffabcc9bbd83a2aadcc616ce60037d46af

Error in last commit

===================================================================

M       release/datafiles/blender_icons_geom.py

===================================================================

diff --git a/release/datafiles/blender_icons_geom.py 
b/release/datafiles/blender_icons_geom.py
index 958db38278a..fa7f48f90a2 100644
--- a/release/datafiles/blender_icons_geom.py
+++ b/release/datafiles/blender_icons_geom.py
@@ -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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to