From 8bd812c02a1e08aaba2a6a8ca924c41c525bea40 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 3 Dec 2014 19:17:54 +0100 Subject: ext.papermanager: turn result.authors into a list --- ranger/ext/papermanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/ext/papermanager.py b/ranger/ext/papermanager.py index 69b3095c..4e53bcc7 100644 --- a/ranger/ext/papermanager.py +++ b/ranger/ext/papermanager.py @@ -65,5 +65,5 @@ class PaperManager(object): filename, year, title, authors, url = dataset if year: ostruct.year = year if title: ostruct.title = title - if authors: ostruct.authors = authors + if authors: ostruct.authors = authors.split(",") if url: ostruct.url = url -- cgit 1.4.1-2-gfad0