3.5- tolerance

This commit is contained in:
rocky
2022-07-07 02:10:26 -04:00
parent d03a4235df
commit 930d03ab07

View File

@@ -13,9 +13,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
def iflaststmt(
self, lhs: str, n: int, rule, tree, tokens: list, first: int, last: int
) -> bool:
def iflaststmt(self, lhs, n, rule, tree, tokens, first, last):
testexpr = tree[0]
if testexpr[0] in ("testtrue", "testfalse"):