From 39851fc5e924420c616708a1df76e599eee9fb23 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Tue, 11 Oct 2016 15:07:20 +0200 Subject: [PATCH] Improve DDG4/examples/readHEPMC.py --- DDG4/examples/readHEPMC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDG4/examples/readHEPMC.py b/DDG4/examples/readHEPMC.py index ee48bf212..df174fcbe 100644 --- a/DDG4/examples/readHEPMC.py +++ b/DDG4/examples/readHEPMC.py @@ -38,7 +38,7 @@ def run(input_file): p.vsx,p.vsy,p.vsz,len(p.daughters),p.status) parts.clear() else: - print ' *** End of recordset or read failure.....' + print '*** End of recordset or read failure.....' print 132*'*' return 0 -- GitLab