mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Adding info/debug message for fetchlist
This commit is contained in:
parent
99f0f761a5
commit
5b006dbf0e
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ def app_fetchlist(url=None, name=None):
|
|||
m18n.n('custom_appslist_name_required'))
|
||||
|
||||
try:
|
||||
logger.info("Fetching app list '%s' from %s ...", name, url)
|
||||
urlretrieve(url, '%s/%s.json' % (repo_path, name))
|
||||
except Exception as e:
|
||||
raise MoulinetteError(errno.EBADR, m18n.n('appslist_retrieve_error'), error=str(e))
|
||||
|
|
Loading…
Add table
Reference in a new issue