google / ci_edit

A terminal text editor with mouse support and ctrl+Q to quit.
Apache License 2.0
223 stars 54 forks source link

Avoid unnecessay function call overhead and bare exceptions #178

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

This PR contains simple changes that avoid unnecessarily calling the unicode() function and more importantly avoids bare exceptions as discussed in PEP8 and other sources.