journal: fix syntax
This commit is contained in:
parent
a2ed35ceb8
commit
92f2b89d3e
|
@ -11,7 +11,7 @@ class Journal(object):
|
|||
|
||||
def queue_outbound(self, fn, *args, **kwargs):
|
||||
assert self._processing
|
||||
self._outbound_queue.append((fn, args, kwargs)
|
||||
self._outbound_queue.append((fn, args, kwargs))
|
||||
|
||||
@contextlib.contextmanager
|
||||
def process(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user