mirror of https://github.com/H-uru/korman.git
Browse Source
Some of Cyan's old scripts predate Python supporting Booleans, which leaves us with variables where we expected constant values. This change intercepts these cases and replaces them, avoiding an exception in Korman when it tries to shove one of these strings into a boolean attribute. Also included is a new visitor for proper name constants, support for which was added in Python 3.4. This will allow future scripts to use them and be recognized correctly.pull/29/head
Joseph Davies
9 years ago
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue