Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77055
b: "refs/heads/CMSSW_7_1_X"
c: 54cdb7f
h: "refs/heads/CMSSW_7_1_X"
i:
  77053: 73f8e97
  77051: 2644a84
  77047: d4a11bd
  77039: 8fd5db9
  77023: 58a21fe
  76991: d799f39
  76927: f7bf263
  76799: 568e590
v: v3
  • Loading branch information
Vincenzo Innocente committed Nov 4, 2009
1 parent c204b51 commit bb55e30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": fac12176538622c5b3655f1b938717f209b8cdc9
"refs/heads/CMSSW_7_1_X": 54cdb7f7f7b7c9b6eda334c38a4c7e400c21c396
5 changes: 4 additions & 1 deletion trunk/CondCore/Utilities/src/Utilities.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ cond::Utilities::Utilities( const std::string& commandName,
("debug","switch on debug mode")
("help,h", "help message")
;
if(!positionalParameter.empty()) m_positionalOptions.add( positionalParameter.c_str(), -1);
if(!positionalParameter.empty()) {
m_positionalOptions.add( positionalParameter.c_str(), -1);
addOption<std::string>(positionalParameter,"",positionalParameter);
}
}


Expand Down

0 comments on commit bb55e30

Please sign in to comment.