hasii2011 / pyut

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

Fix PyutPythonVisitor #159

Closed hasii2011 closed 4 years ago

hasii2011 commented 4 years ago

visitExpr_stmt is incorrectly identifying fields. Need to account for equal sign in expression statement.

hasii2011 commented 4 years ago

Fixed