mirror of
https://github.com/platformio/platformio-core.git
synced 2026-05-05 04:14:16 +02:00
Fix PyLint for PY 2.7
This commit is contained in:
@@ -68,7 +68,7 @@ class ManifestParserFactory(object):
|
||||
return fp.read()
|
||||
except UnicodeDecodeError as e:
|
||||
last_err = e
|
||||
raise last_err
|
||||
raise last_err # pylint: disable=raising-bad-type
|
||||
|
||||
@classmethod
|
||||
def new_from_file(cls, path, remote_url=False):
|
||||
|
||||
Reference in New Issue
Block a user