Skip to content

Commit

Permalink
Merge pull request #15 from cms-DQM/remove_unnecessary_argument
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 authored Nov 28, 2024
2 parents 1d4fbb4 + 9bf1bcf commit 16bc7af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/cmssw_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,12 +703,6 @@ def parse_args():
)

group = parser.add_argument_group("global_info", "Global information")
group.add_argument(
"--repo",
type=str,
default="[email protected]:cms-sw/cmssw.git",
help="Main git repository.",
)
group.add_argument("--path", type=str, default="./", help="Default path.")
group.add_argument(
"--log", type=str, help="Log file to append (does not quiet stdout)"
Expand Down

0 comments on commit 16bc7af

Please sign in to comment.