diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/list-snapshots.py | 3 |
1 files changed, 0 insertions, 3 deletions
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)) |