tylerwince / flake8-bandit

Automated security testing using bandit and flake8.
MIT License
111 stars 23 forks source link

Fix reading from a closed stdin buffer #14

Closed nndii closed 5 years ago

nndii commented 5 years ago

Summary: Opening a file in Emacs+flycheck raises ValueError: I/O operation on closed file

For complete info go there: https://github.com/JBKahn/flake8-print/pull/36

tylerwince commented 5 years ago

Thanks @nndii for the PR. Nice find on this.