Arch: removed global state of ifcfile
This commit is contained in:
parent
6d2877444c
commit
cf3e69de08
|
@ -318,7 +318,7 @@ def insert(filename,docname,skip=[],only=[],root=None):
|
|||
|
||||
if DEBUG: print "done."
|
||||
|
||||
global ifcfile # keeping global for debugging purposes
|
||||
#global ifcfile # keeping global for debugging purposes
|
||||
filename = decode(filename,utf=True)
|
||||
ifcfile = ifcopenshell.open(filename)
|
||||
from ifcopenshell import geom
|
||||
|
|
Loading…
Reference in New Issue
Block a user