From 0c1834134ce177cdbd30a56994fcc4bf8f5be8b2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 18 Nov 2010 11:41:16 +0100 Subject: Added test-setup which can test all aspects of the (smart) update method --- lib/git/objects/submodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/objects/submodule.py') diff --git a/lib/git/objects/submodule.py b/lib/git/objects/submodule.py index d31f1ec9..7ef7f590 100644 --- a/lib/git/objects/submodule.py +++ b/lib/git/objects/submodule.py @@ -50,7 +50,7 @@ def find_remote_branch(remotes, branch): continue # END exception handling #END for remote - raise InvalidGitRepositoryError("Didn't find remote branch %r in any of the given remotes", branch + raise InvalidGitRepositoryError("Didn't find remote branch %r in any of the given remotes", branch) #} END utilities -- cgit v1.2.1