#2685 Don't raise issues on WR evaluating to indeterminate

This commit is contained in:
Thomas Krijnen
2023-01-11 12:47:13 +01:00
parent ac3c4cac89
commit 4a71ab9631
2 changed files with 3 additions and 2 deletions
@@ -7,7 +7,7 @@ from codegen import indent
def reverse_compile(s):
return s.strip().replace("len(", "SIZEOF(").replace("assert ", "")
return s.strip().replace("len(", "SIZEOF(").replace("assert ", "").replace(" is not False", "")
@dataclass