Cherry-pick 254c2216: Python3 porting: fix the pb with creation of StdMeshersBuilder_RadialPrism3D by mesh.Prism()

This commit is contained in:
vsr 2017-10-19 16:52:20 +03:00
parent d3e1cabf77
commit f1313a5ca0

View File

@ -5366,7 +5366,7 @@ class algoCreator:
if not algoType:
algoType = self.defaultAlgoType
if not algoType and self.algoTypeToClass:
algoType = list(self.algoTypeToClass.keys())[0]
algoType = sorted( self.algoTypeToClass.keys() )[0]
if algoType in self.algoTypeToClass:
#print "Create algo",algoType