fixed loading of bim tutorial images

This commit is contained in:
Ronny Standtke
2024-12-12 04:14:07 +01:00
committed by Yorik van Havre
parent 2cc8c3e4c5
commit d057fd7960

View File

@@ -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"):