Closed kaste closed 6 years ago
On Windows the temp file must be closed, otherwise mypy can't open it again. Unfortunately, we then loose the nice to read with sugar and obviously must call os.remove manually.
with
os.remove
This is on top of #17 bc I had no way to test this otherwise.
On Windows the temp file must be closed, otherwise mypy can't open it again. Unfortunately, we then loose the nice to read
with
sugar and obviously must callos.remove
manually.This is on top of #17 bc I had no way to test this otherwise.