Skip to content

Commit

Permalink
Merge pull request #2021 from wmtan/edmWriteConfigsDisable
Browse files Browse the repository at this point in the history
ROOT6 hack -- Disable edmWriteConfigs
  • Loading branch information
ktf committed Jan 14, 2014
2 parents ed0ed90 + c98527e commit 3d753f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FWCore/ParameterSet/bin/edmWriteConfigs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ namespace {

int main (int argc, char **argv)
try {
/*
boost::filesystem::path initialWorkingDirectory =
boost::filesystem::initial_path<boost::filesystem::path>();
Expand Down Expand Up @@ -315,6 +316,7 @@ try {
<< std::endl;
return 1;
}
*/
return 0;
} catch(cms::Exception const& e) {
std::cerr << e.explainSelf() << std::endl;
Expand Down

0 comments on commit 3d753f3

Please sign in to comment.