Skip to content
Snippets Groups Projects
Commit dd4c5e85 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Fix warning description

parent 5624f1b8
No related branches found
No related tags found
2 merge requests!273Draft: Resolve "Support FastSim and GFlash",!243Fix warning description
...@@ -109,7 +109,7 @@ if __name__ == '__main__': ...@@ -109,7 +109,7 @@ if __name__ == '__main__':
continue continue
buffer.append(line) buffer.append(line)
if not end_reached: if not end_reached:
warn("File does end with END_EVENT_LISTING, appending") warn("File does not end with END_EVENT_LISTING, appending")
buffer.append('HepMC::Asciiv3-END_EVENT_LISTING\n') buffer.append('HepMC::Asciiv3-END_EVENT_LISTING\n')
# final buffer flush at the end # final buffer flush at the end
flush_buffer(header, buffer) flush_buffer(header, buffer)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment