aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git/vfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/git/vfs.py')
-rw-r--r--gbp/git/vfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/git/vfs.py b/gbp/git/vfs.py
index 81649eb9..5d5e1323 100644
--- a/gbp/git/vfs.py
+++ b/gbp/git/vfs.py
@@ -41,7 +41,7 @@ class GitVfs(object):
return self._data.read(size)
def close(self):
- return self.close()
+ return self._data.close()
def __init__(self, repo, committish=None):
"""