Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ttedeschi authored May 9, 2024
1 parent 2ace563 commit f477aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
parser.add_argument("--ce", help="Computing Element Address", type=str, default="")
parser.add_argument("--cadir", help="CA directory", type=str, default="")
parser.add_argument("--proxy", help="Path to proxy file", type=str, default="")
parser.add_argument("--token", help="Path to token file", type=str, default="")
parser.add_argument(
"--dummy-job",
action="store_true",
Expand Down

0 comments on commit f477aa2

Please sign in to comment.