hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Fix ToFastEdit #128

Closed hasii2011 closed 3 years ago

hasii2011 commented 4 years ago

Line 197

    if pos != -1:
        returnType = nextStereoType[pos+1:].strip()
    else:
        returnType = ""
     method = PyutMethod(name, vis, returnType)

Expect PyutType got str instead

hasii2011 commented 3 years ago

Fixed