Fix for class variable parsing/listing bug.
This commit is contained in:
@@ -492,6 +492,8 @@ def parse_text(txt):
|
|||||||
elif var1_step == 3:
|
elif var1_step == 3:
|
||||||
if text == '=':
|
if text == '=':
|
||||||
var1_step = 4
|
var1_step = 4
|
||||||
|
elif text != ',':
|
||||||
|
var1_step = 0
|
||||||
elif var1_step == 4:
|
elif var1_step == 4:
|
||||||
var_type = None
|
var_type = None
|
||||||
if type == NUMBER:
|
if type == NUMBER:
|
||||||
|
|||||||
Reference in New Issue
Block a user