Skip to content

Remove failure from dump-geo execute

Nicolas Koehler requested to merge nkoehler/athena:dumpGeoFix into master

Hi @rbianchi, @tsulaia,

until now you were returning StatusCode::FAILURE in DumpGeo::execute, presumably since you wanted to quit the execute as soon as possible since you only need initialize to dump the geometry? That's why I just set maxEvents to 0 in dump-geo.py in this MR.

This way, dump-geo runs without any failure until finalize and smoothly finalizes with exit code 0.

Best, Nico

Edited by Atlas Nightlybuild

Merge request reports