Skip to content

Commit

Permalink
Merge pull request #7970 from DIRACGridBot/cherry-pick-2-0169e53ba-in…
Browse files Browse the repository at this point in the history
…tegration

[sweep:integration] Support https URLs with dirac-framework-ping-service
  • Loading branch information
chrisburr authored Dec 20, 2024
2 parents 24e3f7d + e2bab52 commit 0159c90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def main():
url = None
if len(args) == 1:
# it is a URL
if args[0].startswith("dips://"):
if args[0].startswith(("dips://", "https://")):
url = args[0]
# It is System/Service
else:
Expand Down

0 comments on commit 0159c90

Please sign in to comment.