thenoviceoof / pyli

Better python CLI integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not handle `with` correctly

thenoviceoof opened this issue · comments

with open() as f: results in treating f as a free variable and trying to import it.