Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit d057fd7

Browse files
ronnystandtkeyorikvanhavre
authored andcommitted
fixed loading of bim tutorial images
1 parent 2cc8c3e commit d057fd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Mod/BIM/bimcommands/BimTutorial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def load(self, arg=None):
175175
except:
176176
print("unparsable image path:", path)
177177
else:
178-
name = name[-1]
179178
storename = os.path.join(store, name)
180179
if not os.path.exists(storename):
181180
if path.startswith("/images"):

0 commit comments

Comments
 (0)