mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Update config.py
This commit is contained in:
parent
d4fcde61dd
commit
03379cb010
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ class ConfigFileFinder(object):
|
|||
try:
|
||||
if sys.version_info < (3,) and isinstance(filename, bytes):
|
||||
filename = filename.decode('UTF-8')
|
||||
|
||||
found_files.extend(config.read(filename))
|
||||
except UnicodeDecodeError:
|
||||
LOG.exception(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue