Adding info/debug message for fetchlist

This commit is contained in:
Alexandre Aubin 2017-02-06 08:37:41 -05:00
parent 99f0f761a5
commit 5b006dbf0e

View file

@ -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))