[Python-modules-commits] [python-pyld] 175/276: Add missing return.
Wolfgang Borgert
debacle at moszumanska.debian.org
Wed Oct 8 23:48:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-pyld.
commit 4d1170e4a32895e6cd71e4543b4c96fd643065e4
Author: Dave Longley <dlongley at digitalbazaar.com>
Date: Mon Sep 9 23:19:35 2013 -0400
Add missing return.
---
tests/runtests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/runtests.py b/tests/runtests.py
index 251dd63..6ff5a79 100644
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -202,7 +202,7 @@ def get_jsonld_error_code(err):
if err.code:
return err.code
elif err.cause:
- get_jsonld_error_code(err.cause)
+ return get_jsonld_error_code(err.cause)
return err.msg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git
More information about the Python-modules-commits
mailing list