Commit 26882343 authored by Howard McLauchlan's avatar Howard McLauchlan

Change syntax

parent ef4154b1
......@@ -347,7 +347,7 @@ class Tool:
count += c == '('
count -= c == ')'
if not count:
if c == '\0' or (c == '<' and data[i + 1] == '-'):
if c == '\0' or (c == '=' and data[i + 1] == '>'):
if len(cur_frame) == 2:
frame = tuple(cur_frame)
elif cur_frame[0][0] == '(':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment