Skip to content

Commit

Permalink
Ignore pep8 error for bare exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd committed Jan 25, 2019
1 parent 488a00f commit edaeeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
try:
import pypandoc
README = pypandoc.convert_text(README_MD, 'rst', 'md')
except:
except: # noqa
README = ''

with open('./nodefinder/__init__.py', 'r') as f:
Expand Down

0 comments on commit edaeeba

Please sign in to comment.