Zblerg, forgot an unused 'e'

This commit is contained in:
Alexandre Aubin 2021-01-03 04:00:51 +01:00
parent de126fcdce
commit c272d20a31

View file

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