chore: fix pylint errors
This commit is contained in:
parent
0821edc843
commit
5ba01256a4
2 changed files with 13 additions and 8 deletions
|
@ -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.]*)?'")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue