Fixing error in ImportShape.
This commit is contained in:
parent
bb62067cd2
commit
d82f6120c8
|
@ -40,7 +40,7 @@ def importShape(importType,fileName):
|
|||
|
||||
#Check to see what type of file we're working with
|
||||
if importType == ImportTypes.STEP:
|
||||
importStep(self,fileName)
|
||||
self.importStep(fileName)
|
||||
|
||||
#Loads a STEP file into a CQ object
|
||||
def importStep(self,fileName):
|
||||
|
|
Loading…
Reference in New Issue
Block a user