summaryrefslogtreecommitdiff
path: root/lib/git/async/task.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/async/task.py')
-rw-r--r--lib/git/async/task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/async/task.py b/lib/git/async/task.py
index d18cedca..539b240f 100644
--- a/lib/git/async/task.py
+++ b/lib/git/async/task.py
@@ -66,7 +66,7 @@ class OutputChannelTask(Node):
def is_closed(self):
""":return: True if the task's write channel is closed"""
- return self._out_wc.closed
+ return self._out_wc.closed()
def error(self):
""":return: Exception caught during last processing or None"""