mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Interactive scripting pane added to pyQt viewer geom.app
This commit is contained in:
committed by
Thomas Krijnen
parent
3ba2f781d8
commit
90e4f21f29
@@ -480,7 +480,7 @@ class application(QtGui.QApplication):
|
||||
|
||||
def load(self, fn):
|
||||
if fn in self.files: return
|
||||
f = open(fn)
|
||||
f = open(str(fn))
|
||||
self.files[fn] = f
|
||||
for c in self.components:
|
||||
c.load_file(f, setting=self.settings)
|
||||
|
||||
Reference in New Issue
Block a user