mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: use pylint-2.7 (#33232)
* chore: use pylint-2.7 * chore: fix pylint errors
This commit is contained in:
@@ -208,6 +208,7 @@ def zero_zip_date_time(fname):
|
||||
with open(fname, 'r+b') as f:
|
||||
_zero_zip_date_time(f)
|
||||
except Exception:
|
||||
# pylint: disable=W0707
|
||||
raise NonZipFileError(fname)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user