Sapient's FR (Sorry Ivanovic, it's a one-liner).
This commit is contained in:
parent
444f0ba3b1
commit
b0893b22cc
1 changed files with 2 additions and 0 deletions
|
@ -787,6 +787,8 @@ if __name__ == '__main__':
|
|||
# 1.3.1 to 1.3.2 conversion
|
||||
for (old, new) in conversion2.items():
|
||||
transformed = old.sub(new, transformed)
|
||||
# WML syntax changed in 1.3.5
|
||||
transformed = re.sub(r"if\]\s*\[or\]", "if]", transformed);
|
||||
# Report the changes
|
||||
if verbose > 0 and transformed != line:
|
||||
msg = "%s, line %d: %s -> %s" % \
|
||||
|
|
Loading…
Add table
Reference in a new issue