[Rivet-svn] rivet: Fix missing print closing parenthesis

Rivet Mercurial rivet at projects.hepforge.org
Tue Oct 10 10:45:02 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/590f887c1a10
branches:  
changeset: 6086:590f887c1a10
user:      Andy Buckley <andy at insectnation.org>
date:      Tue Oct 10 10:37:21 2017 +0100
description:
Fix missing print closing parenthesis

diffs (11 lines):

--- a/bin/rivet-findid	Mon Oct 09 19:35:00 2017 +0100
+++ b/bin/rivet-findid	Tue Oct 10 10:37:21 2017 +0100
@@ -79,7 +79,7 @@
     if not result.get('title'):
         return
 
-    print('title       %s' % result['title']
+    print('title       %s' % result['title'])
     ar = result.get('arxiv')
     if ar:
         print('arxiv       %s' % ar)


More information about the Rivet-svn mailing list