From fe652067a0d4738f9bfd3c6c910daadbd35993a8 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 18 Apr 2021 15:03:08 +0200 Subject: Revert "Filter out the upper level snapshot dir." This reverts commit 9f50a69dfbe7ec6ff72de56a89715d8e1c146a7b. --- scripts/list-snapshots.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') diff --git a/scripts/list-snapshots.py b/scripts/list-snapshots.py index f52f941..2f10a56 100755 --- a/scripts/list-snapshots.py +++ b/scripts/list-snapshots.py @@ -50,9 +50,6 @@ snapshots = [] for name in snapshot_names: - if name == "snapshot/equuleus/": - continue - snapshot = {} snapshot['name'] = name snapshot['files'] = list(filter(lambda s: re.search(name, s), files)) -- cgit v1.2.3