Skip to content

Commit e2bab52

Browse files
chrisburrweb-flow
authored andcommitted
sweep: #7965 Support https URLs with dirac-framework-ping-service
1 parent ddf4621 commit e2bab52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Interfaces/scripts/dirac_framework_ping_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
url = None
5252
if len(args) == 1:
5353
# it is a URL
54-
if args[0].startswith("dips://"):
54+
if args[0].startswith(("dips://", "https://")):
5555
url = args[0]
5656
# It is System/Service
5757
else:

0 commit comments

Comments
 (0)