Skip to content
Snippets Groups Projects
Commit bccce7e3 authored by Ian Thompson's avatar Ian Thompson
Browse files

Fix for class variable parsing/listing bug.

parent 0257f500
No related branches found
No related tags found
No related merge requests found
......@@ -492,6 +492,8 @@ def parse_text(txt):
elif var1_step == 3:
if text == '=':
var1_step = 4
elif text != ',':
var1_step = 0
elif var1_step == 4:
var_type = None
if type == NUMBER:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment