0001234: fixed typo in importDWG
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user