Skip to content

Commit

Permalink
memopry units in the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
areeda committed Jun 30, 2024
1 parent ea43ef1 commit b0cdb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omicron/cli/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def create_parser():
nargs=2,
type=to_gps,
metavar='GPSTIME',
help='GPS times for offline processing')
help='GPS times or date/time for offline processing')
parser.add_argument(
'-f',
'--config-file',
Expand Down Expand Up @@ -1061,7 +1061,7 @@ def main(args=None):
"accounting_group": args.condor_accounting_group,
"accounting_group_user": args.condor_accounting_group_user,
"request_disk": args.condor_request_disk,
"request_memory": '1024M',
"request_memory": '1024',
}
condor_igwn_auth = {
# scitokens needed for dqsegdb
Expand Down

0 comments on commit b0cdb94

Please sign in to comment.