mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
storage.py: update comment
This commit is contained in:
parent
ef002c935a
commit
91e7cb484b
@ -323,7 +323,7 @@ class StorageServer(service.MultiService, Referenceable):
|
||||
sf = ShareFile(fn)
|
||||
sf.add_or_renew_lease(lease_info)
|
||||
|
||||
# self.readonly_storage causes remaining_space <= 0
|
||||
# self.readonly_storage causes remaining_space=0
|
||||
|
||||
for shnum in sharenums:
|
||||
incominghome = os.path.join(self.incomingdir, si_dir, "%d" % shnum)
|
||||
|
Loading…
Reference in New Issue
Block a user