aboutsummaryrefslogtreecommitdiff
path: root/git/test
diff options
context:
space:
mode:
Diffstat (limited to 'git/test')
-rw-r--r--git/test/test_submodule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_submodule.py b/git/test/test_submodule.py
index 59a40fa0..0a6c4880 100644
--- a/git/test/test_submodule.py
+++ b/git/test/test_submodule.py
@@ -32,12 +32,12 @@ import os.path as osp
class TestRootProgress(RootUpdateProgress):
-
"""Just prints messages, for now without checking the correctness of the states"""
def update(self, op, cur_count, max_count, message=''):
print(op, cur_count, max_count, message)
+
prog = TestRootProgress()