diff --git a/vmw_snapshot_list b/vmw_snapshot_list index 7894b99..f66a6ef 100755 --- a/vmw_snapshot_list +++ b/vmw_snapshot_list @@ -104,8 +104,8 @@ def main(): continue snaplist = snapshots(vm.snapshot.rootSnapshotList, args.age) - if re.search('_R$', vm.name): - continue; + #if re.search('_R$', vm.name): + # continue; for s in snaplist: print("%s: %s" % (vm.name, s))