From d057fd79602acaa30a2b3e62cdac99b215cbd355 Mon Sep 17 00:00:00 2001 From: Ronny Standtke Date: Thu, 12 Dec 2024 04:14:07 +0100 Subject: [PATCH] fixed loading of bim tutorial images --- src/Mod/BIM/bimcommands/BimTutorial.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/BIM/bimcommands/BimTutorial.py b/src/Mod/BIM/bimcommands/BimTutorial.py index 7f04a459f16b..1467b2786c32 100644 --- a/src/Mod/BIM/bimcommands/BimTutorial.py +++ b/src/Mod/BIM/bimcommands/BimTutorial.py @@ -175,7 +175,6 @@ def load(self, arg=None): 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"):