this repo has no description

Ignore EnvObject when printing expressions in the REPL (#122)

authored by

Chris Gregory and committed by
GitHub
55f63183 c468c20d

+1 -1
+1 -1
scrapscript.py
··· 4519 4519 self.env.update(result.env) 4520 4520 else: 4521 4521 self.env["_"] = result 4522 - print(result) 4522 + print(result) 4523 4523 except UnexpectedEOFError: 4524 4524 # Need to read more text 4525 4525 return True