You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
whenever you have some spare time, could you remove the print commands from the L1 python files and customisations ?
They break the configurations produced by edmConfigDump.
If the aim is to print messages to the users when the customisations are being run, please use sys.stderr.write instead.
If the aim is to embed the messages in the generated python files, please prepend the messages with a #, to turn them into valid python comments.
Thanks,
.A
The text was updated successfully, but these errors were encountered:
quinnanm
pushed a commit
to quinnanm/cmssw
that referenced
this issue
Jan 26, 2024
Hi,
whenever you have some spare time, could you remove the
print
commands from the L1 python files and customisations ?They break the configurations produced by
edmConfigDump
.If the aim is to print messages to the users when the customisations are being run, please use
sys.stderr.write
instead.If the aim is to embed the messages in the generated python files, please prepend the messages with a
#
, to turn them into valid python comments.Thanks,
.A
The text was updated successfully, but these errors were encountered: