0001234: fixed typo in importDWG
This commit is contained in:
parent
8f9a9b71a2
commit
6e66083d3a
|
@ -38,7 +38,7 @@ def open(filename):
|
|||
|
||||
def insert(filename,docname):
|
||||
"called when freecad imports a file"
|
||||
dxf = convertToDxf(filemname)
|
||||
dxf = convertToDxf(filename)
|
||||
if dxf:
|
||||
import importDXF
|
||||
doc = importDXF.insert(dxf,docname)
|
||||
|
|
Loading…
Reference in New Issue
Block a user