Skip to content

Commit

Permalink
Merge pull request #4657 from dmitrijus/MergeFix
Browse files Browse the repository at this point in the history
A minor fix in Online DQM merger.
  • Loading branch information
davidlange6 committed Jul 15, 2014
2 parents d94102f + b0151bb commit 20f100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMServices/Components/bin/fastHadd.cc
Expand Up @@ -393,7 +393,7 @@ int addFiles(const std::string &output_filename,
std::set<std::string> fullnames;
std::set<MicroME> micromes;

assert(filenames.size() > 1);
assert(filenames.size() > 0);
DEBUG(1, "Adding file " << filenames[0] << std::endl);
{
dqmstorepb::ROOTFilePB dqmstore_message;
Expand Down

0 comments on commit 20f100c

Please sign in to comment.