fixed loading of bim tutorial images
This commit is contained in:
committed by
Yorik van Havre
parent
2cc8c3e4c5
commit
d057fd7960
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user