mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix typo in previous fix ;[
This commit is contained in:
parent
51f5b3f716
commit
d2c6397f82
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ def app_map(app=None, raw=False, user=None):
|
|||
if not raw:
|
||||
result[url] = perm_label
|
||||
else:
|
||||
if "/" in url.split("/", 1):
|
||||
if "/" in url:
|
||||
perm_domain, perm_path = url.split("/", 1)
|
||||
perm_path = '/' + perm_path
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue