Skip to content

Commit

Permalink
Disable pretty-sorting of ROOT directories since it was causing batch…
Browse files Browse the repository at this point in the history
… jobs to randomly fail.
  • Loading branch information
sdobbs committed Dec 9, 2015
1 parent 4de9bc3 commit fb8b3d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jerror_t JEventProcessor_BCAL_TDC_Timing::erun(void)
jerror_t JEventProcessor_BCAL_TDC_Timing::fini(void)
{
// Called before program exit after event processing is finished.
SortDirectories(); // Sort the histogram directories by name
//SortDirectories(); // Sort the histogram directories by name
return NOERROR;
}

0 comments on commit fb8b3d8

Please sign in to comment.