Add a missing quote in autoupdate_app_sources.py
This commit is contained in:
parent
6fea8e185d
commit
bf50cf81fb
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ class AppAutoUpdater:
|
||||||
if is_main:
|
if is_main:
|
||||||
|
|
||||||
def repl(m):
|
def repl(m):
|
||||||
return m.group(1) + new_version + "~ynh1"
|
return m.group(1) + new_version + "~ynh1\""
|
||||||
|
|
||||||
content = re.sub(
|
content = re.sub(
|
||||||
r"(\s*version\s*=\s*[\"\'])([\d\.]+)(\~ynh\d+[\"\'])", repl, content
|
r"(\s*version\s*=\s*[\"\'])([\d\.]+)(\~ynh\d+[\"\'])", repl, content
|
||||||
|
|
Loading…
Reference in a new issue