Skip to content

Commit b374300

Browse files
author
John P. Artieda
committed
fixed url of output links
1 parent 04beedb commit b374300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Site_Config/generic_file_monitoring/site_local_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def match(xml, siteName):
2323
global T1Count, T2Count, file, jsonCode
2424
findTxt = "404 - Cannot find file"
2525
saveTime = time.strftime('%Y-%m-%d %H:%M:%S')
26-
url = "cmsweb.cern.ch/gitweb/?p=siteconf/.git;a=blob_plain;f=" + siteName + "/JobConfig/site-local-config.xml;hb=HEAD"
26+
url = "https://cmsweb.cern.ch/gitweb/?p=siteconf/.git;a=blob_plain;f=" + siteName + "/JobConfig/site-local-config.xml;hb=HEAD"
2727
if (findTxt in xml) == False:
2828
dom = parseString(xml)
2929
tag = dom.getElementsByTagName('site-local-config')[0].getElementsByTagName('site')[0].getElementsByTagName('statistics-destination')

0 commit comments

Comments
 (0)