diff --git a/src/Mod/BIM/bimcommands/BimTutorial.py b/src/Mod/BIM/bimcommands/BimTutorial.py index 7f04a459f1..1467b2786c 100644 --- a/src/Mod/BIM/bimcommands/BimTutorial.py +++ b/src/Mod/BIM/bimcommands/BimTutorial.py @@ -175,7 +175,6 @@ class BIM_Tutorial: except: print("unparsable image path:", path) else: - name = name[-1] storename = os.path.join(store, name) if not os.path.exists(storename): if path.startswith("/images"):