logParser crash due to double print of nevents in MG
logParser failing again because of double print-out of nevents:
22:32:58 Py:MadGraphUtils INFO Setting nevents = 11000.
22:33:05 Py:MadGraphUtils INFO "nevents" = 11000
The first printout seemed to be the old implementation before the restructuring in rel. 21.6.23, however I don't understand why both printouts are printed now. Is this expected @zmarshal @hmildner @mcfayden ?
The jO is attached - provided by @ewelina - this was run in 21.6.27. mc.MGPy8EG_A14NNPDF23_tWgamma.py
Just to say if this is expected we can easily change the behaviour to parse lines containing "nevents"
(with quotes) currently it tries to find lines containing nevents
(without quotes) and since the printout is different (trailing dot) the first print-out is not parsed correctly.
Edited by Spyros Argyropoulos