mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
consolidate: remove pointless 'else' after for loop
This commit is contained in:
parent
ae64ddf8e6
commit
e59164e0bb
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user