hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.58k stars 291 forks source link

fix: exit code is non-zero value when occur io error #592

Closed hhatto closed 3 years ago

hhatto commented 3 years ago

fixes #591

change to return non-zero value when occur IOError.