diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-18 11:41:16 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-18 11:41:16 +0100 |
commit | 0c1834134ce177cdbd30a56994fcc4bf8f5be8b2 (patch) | |
tree | 28f9e202ddfc05f5356f30eaa6ca8f259d1c9e7e /lib/git/objects/submodule.py | |
parent | 82849578e61a7dfb47fc76dcbe18b1e3b6a36951 (diff) | |
download | gitpython-0c1834134ce177cdbd30a56994fcc4bf8f5be8b2.tar.gz |
Added test-setup which can test all aspects of the (smart) update method
Diffstat (limited to 'lib/git/objects/submodule.py')
-rw-r--r-- | lib/git/objects/submodule.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |