Update panel for encrypted backups (#394)

* Update panel for encrypted backups

* fix lint
This commit is contained in:
Pascal Vizeli
2018-03-02 23:23:40 +01:00
committed by GitHub
parent 8050707ff9
commit d3b1ba81f7
5 changed files with 18 additions and 16 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@@ -173,7 +173,8 @@ class SnapshotManager(CoreSysAttributes):
if addon and addon.is_installed:
addon_list.append(addon)
continue
_LOGGER.warning("Add-on %s not found/installed", addon_slug)
_LOGGER.warning(
"Add-on %s not found/installed", addon_slug)
if addon_list:
_LOGGER.info("Snapshot %s store Add-ons", snapshot.slug)