Skip to content

Commit

Permalink
fixed loading of bim tutorial images
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnystandtke authored and yorikvanhavre committed Dec 12, 2024
1 parent 2cc8c3e commit d057fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/BIM/bimcommands/BimTutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit d057fd7

Please sign in to comment.