[Python-modules-commits] [python-pyld] 124/276: Add missing parens.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:48:00 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 85a4ad32929913e988db781c30ba32770325c76c
Author: Dave Longley <dlongley at digitalbazaar.com>
Date:   Fri May 17 16:47:37 2013 -0400

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

diff --git a/lib/pyld/jsonld.py b/lib/pyld/jsonld.py
index 17696c3..6151d3f 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -2024,7 +2024,7 @@ class JsonLdProcessor:
                     if not (_is_object(node) and
                         node['@id'].startswith('_:') and
                         (node_key_count == 3 or
-                         node_key_count == 4 and 'listHeadFor' in node) and
+                         (node_key_count == 4 and 'listHeadFor' in node)) and
                         _is_array(rdf_first) and len(rdf_first) == 1 and
                         _is_array(rdf_rest) and len(rdf_rest) == 1 and
                         _is_object(rdf_rest[0]) and '@id' in rdf_rest[0] and

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