mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
get this item status in the right action context
This commit is contained in:
parent
42d8e8dba4
commit
f89fe3a5ad
@ -1287,10 +1287,10 @@ class Uploader(QueueMixin):
|
||||
Possibly upload a single QueuedItem. If this returns False, the item is
|
||||
removed from _process_history.
|
||||
"""
|
||||
# Uploader
|
||||
with PROCESS_ITEM(item=item).context():
|
||||
d = DeferredContext(defer.succeed(False))
|
||||
|
||||
# Uploader
|
||||
relpath_u = item.relpath_u
|
||||
item.set_status('started', self._clock.seconds())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user