mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Better "ailed to create branchailed to create branch" link: filter by tag, not by name
This commit is contained in:
parent
94795cdb0b
commit
2871973c8e
1 changed files with 1 additions and 2 deletions
|
@ -366,7 +366,7 @@ def add_to_wishlist():
|
||||||
except exception as e:
|
except exception as e:
|
||||||
print("… Failed to create branch ?")
|
print("… Failed to create branch ?")
|
||||||
print(e)
|
print(e)
|
||||||
url = "https://github.com/YunoHost/apps/pulls?q=is%3Apr+is%3Aopen+wishlist"
|
url = "https://github.com/YunoHost/apps/pulls?q=is%3Apr+is%3Aopen+label%3AWishlist"
|
||||||
errormsg = _(
|
errormsg = _(
|
||||||
"Failed to create the pull request to add the app to the wishlist… Maybe there's already <a href='%(url)s'>a waiting PR for this app</a>? Else, please report the issue to the YunoHost team.",
|
"Failed to create the pull request to add the app to the wishlist… Maybe there's already <a href='%(url)s'>a waiting PR for this app</a>? Else, please report the issue to the YunoHost team.",
|
||||||
url=url,
|
url=url,
|
||||||
|
@ -473,7 +473,6 @@ def login_using_discourse():
|
||||||
|
|
||||||
@app.route("/sso_login_callback")
|
@app.route("/sso_login_callback")
|
||||||
def sso_login_callback():
|
def sso_login_callback():
|
||||||
|
|
||||||
computed_sig = hmac.new(
|
computed_sig = hmac.new(
|
||||||
config["DISCOURSE_SSO_SECRET"].encode(),
|
config["DISCOURSE_SSO_SECRET"].encode(),
|
||||||
msg=request.args["sso"].encode(),
|
msg=request.args["sso"].encode(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue