From 505064470eafa1c9aed5788f83751d7de84a286d Mon Sep 17 00:00:00 2001 From: Jan Aage Lavik Date: Wed, 9 Feb 2011 11:43:10 +0100 Subject: [PATCH] BibUpload: fix FFT upload in 'correct' mode * Fixed a syntax error generating an exception when elaborating FFT tags in BibUpload 'correct' mode. --- modules/bibupload/lib/bibupload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bibupload/lib/bibupload.py b/modules/bibupload/lib/bibupload.py index 9e123f46e..b486afe96 100644 --- a/modules/bibupload/lib/bibupload.py +++ b/modules/bibupload/lib/bibupload.py @@ -1394,7 +1394,7 @@ def _update_description_and_comment(bibdoc, docname, format, description, commen else: if not pretend: bibdoc = bibrecdocs.add_bibdoc(doctype, newname) - for (url, format, description, comment) in urls: + for (url, format, description, comment, flags) in urls: assert(_add_new_format(bibdoc, url, format, docname, doctype, newname, description, comment, flags)) elif mode == 'append': try: