Make AtlListBSEvents return non-zero exit code in error paths
While debugging ATEAM-1034, I found that the corrupted file may be validated positively even though AtlListBSEvents
catches exception from eformat
. This MR attempts at fixing it (also returning non-zero value for other error paths).
Edited by Maciej Pawel Szymanski