summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/lib/helper.py')
-rw-r--r--git/test/lib/helper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py
index e55a23df..3ec55399 100644
--- a/git/test/lib/helper.py
+++ b/git/test/lib/helper.py
@@ -111,6 +111,8 @@ def with_rw_directory(func):
if not keep:
rmtree(path)
+ return wrapper
+
def with_rw_repo(working_tree_ref, bare=False):
"""