mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
remove code that sets item size (from review)
This commit is contained in:
parent
75e97e6c6d
commit
dbc9f7e06c
@ -724,7 +724,6 @@ class Uploader(QueueMixin):
|
||||
now = time.time()
|
||||
fp = self._get_filepath(relpath_u)
|
||||
pathinfo = get_pathinfo(unicode_from_filepath(fp))
|
||||
item.size = pathinfo.size
|
||||
|
||||
self._log("about to remove %r from pending set %r" %
|
||||
(relpath_u, self._pending))
|
||||
|
Loading…
x
Reference in New Issue
Block a user