Skip to content

Commit

Permalink
small clean up on default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Norraphat committed Sep 15, 2021
1 parent bfdc428 commit de6a246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def runSelected(opt):
action='store_true')

parser.add_argument('--sites',
help='Run DAS query to get data from a specific site (default is T2_CH_CERN). Set it to empty string to search all sites.',
help='Run DAS query to get data from a specific site. Set it to empty string to search all sites.',
dest='dasSites',
default='T2_CH_CERN',
action='store')
Expand Down

0 comments on commit de6a246

Please sign in to comment.