Reformat evaluator #1

This commit is contained in:
Bartłomiej Pluta
2019-07-04 17:57:12 +02:00
parent f0cbf37fe9
commit 34a0eda199
36 changed files with 470 additions and 270 deletions

View File

@@ -17,7 +17,7 @@ class Type(Enum):
def _failStringify(t):
raise RuntimeException(None, f"Not able to interpret {t.name}'")
raise RuntimeException(f"Not able to interpret {t.name}'")