mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Zblerg, forgot an unused 'e'
This commit is contained in:
parent
de126fcdce
commit
c272d20a31
1 changed files with 1 additions and 1 deletions
|
@ -2166,7 +2166,7 @@ def backup_list(with_info=False, human_readable=False):
|
|||
d[archive] = backup_info(archive, human_readable=human_readable)
|
||||
except YunohostError as e:
|
||||
logger.warning(str(e))
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
import traceback
|
||||
logger.warning("Could not check infos for archive %s: %s" % (archive, '\n' + traceback.format_exc()))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue