summaryrefslogtreecommitdiffstats
path: root/init-python
diff options
context:
space:
mode:
Diffstat (limited to 'init-python')
-rw-r--r--init-python2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-python b/init-python
index 77b1dca..a9e245e 100644
--- a/init-python
+++ b/init-python
@@ -4,6 +4,6 @@ python () {
# Python-mode:
# integrates pylint, rope, pydoc, pyflakes
# + extra highlighting, whitespace removal ...
- do_git_submodule $1 "git-python-mode"
+ do_git_submodule $1 "git-python-mode" || return $?
}
register python