Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 3bf9f43

Browse files
authored
Merge pull request #563 from CMSCompOps/wmstats_bypass
stop failing on wmstats
2 parents 5cca7f2 + d0110dd commit 3bf9f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6818,7 +6818,7 @@ def getWMStats(self ,cache=0):
68186818

68196819
trials-=1
68206820
time.sleep(1)
6821-
return None
6821+
return {}
68226822

68236823
def _getWMStats(self ,cache=0):
68246824
f_cache = '%s/%s.wmstats'%(cache_dir, self.request['RequestName'])

0 commit comments

Comments
 (0)