[Python-modules-commits] [python-pyld] 181/276: Fix typo.

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 6ef4c855813a2488a19db333ddeea2c40fec7404
Author: Dave Longley <dlongley at digitalbazaar.com>
Date:   Mon Sep 9 23:44:53 2013 -0400

    Fix typo.
---
 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 1e76fdd..9083c2c 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -253,7 +253,7 @@ def parse_link_header(header):
     # split on unbracketed/unquoted commas
     entries = re.search(r'(?:<[^>]*?>|"[^"]*?"|[^,])+/g', header)
     if not entries:
-        return
+        return rval
     entries = entries.groups()
     r_link_header = r'\s*<([^>]*?)>\s*(?:;\s*(.*))?'
     for entry in entries:

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