chore: fix pylint errors

This commit is contained in:
Aleksei Kuzmin 2018-09-11 14:53:23 +02:00
parent 0821edc843
commit 5ba01256a4
2 changed files with 13 additions and 8 deletions

View file

@ -116,7 +116,7 @@ def increase_version(versions, index):
def update_electron_gyp(version, suffix):
assert(False, "electron.gyp must not be used anymore. We build with GN now.")
assert False, "electron.gyp must not be used anymore. We build with GN now."
pattern = re.compile(" *'version%' *: *'[0-9.]+(-beta[0-9.]*)?(-dev)?"
+ "(-nightly[0-9.]*)?'")