Skip to content

Commit

Permalink
Found misspelled attribute in testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Jul 7, 2015
1 parent a23fc31 commit 044401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/Services/plugins/CondorStatusUpdater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ CondorStatusService::beginPost()

std::vector<std::string> fileNames = pset.getUntrackedParameter<std::vector<std::string>>("fileNames", std::vector<std::string>());
std::stringstream ss_max_files; ss_max_files << fileNames.size();
updateChirp("ChripCMSSWMaxFiles", ss_max_files.str());
updateChirp("ChirpCMSSWMaxFiles", ss_max_files.str());

if (lumiCount > 0)
{
Expand Down

0 comments on commit 044401f

Please sign in to comment.