[Python-modules-commits] [python-pyld] 91/276: Add missing return.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:47:57 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 eb43364ae5aba439facda400c09f38da11a372b6
Author: Dave Longley <dlongley at digitalbazaar.com>
Date:   Mon May 21 17:50:33 2012 -0400

    Add missing return.
---
 lib/pyld/jsonld.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/pyld/jsonld.py b/lib/pyld/jsonld.py
index d51c0fb..f5c3a0c 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -1940,6 +1940,7 @@ class JsonLdProcessor:
             # add non-object to list
             if list_ is not None:
                 list_.append(input)
+            return
 
         # Note: input must be an object
 

-- 
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