consolidate: remove pointless 'else' after for loop

This commit is contained in:
Brian Warner 2009-03-13 01:27:51 -07:00
parent ae64ddf8e6
commit e59164e0bb

View File

@ -172,8 +172,6 @@ class Consolidator:
writecap = str(childdata["rw_uri"])
snapshots[timestamp][0] = childname
snapshots[timestamp][1] = writecap
else:
self.msg(" No snapshots in Backups/Archives")
snapshots = [ [timestamp] + values
for (timestamp, values) in snapshots.items() ]
# now 'snapshots' is [timestamp, rwname, writecap, roname, readcap],