Skip to content
Snippets Groups Projects

Do not invalidate empty DRAW files

Merged Maciej Pawel Szymanski requested to merge maszyman/athena:main-maszyman-ateam-1040 into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -104,7 +104,6 @@ int main ATLAS_NOT_THREAD_SAFE (int argc, char *argv[])
if(!pDR->good()) {
std::cout << "No events in file "<< fName << std::endl;
return 1;
}
//Print file summary
Loading