reserved_words
attribute never gets filled, instead an originally undefined attribute reserved
is created and filled instead.
#55
Labels
Describe the bug
When parsing,
reserved_words
attribute never gets filled, instead a new originally undefined attrreserved
is created and filled instead.To Reproduce
I printed out the following in
processor/parse.py
if one looks at the original attributes,
reserved
is not definedbut once it goes through the
parse
function, a new attrreserved
attr is created and filled instead ofreserved_words
This is a harmless bug, but I thought I'd point it out anyway. It was a bit weird to find out that
reserved_words
always ending up empty no matter what.The text was updated successfully, but these errors were encountered: