Skip to content

Commit

Permalink
Draft: fixed typo in DraftGeomUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Sep 8, 2015
1 parent f1b21bf commit 9972dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/DraftGeomUtils.py
Expand Up @@ -1673,7 +1673,7 @@ def getCurveType(edge,existingCurveType = None):
return existingCurveType

rndEdges = lEdges[0:2]
rndEdges = Part__sortEdges__(rndEdges)
rndEdges = Part.__sortEdges__(rndEdges)

if len(rndEdges) < 2 :
return rndEdges
Expand Down

0 comments on commit 9972dfb

Please sign in to comment.