Skip to content

Commit

Permalink
Not in use nor keywords in unit test?
Browse files Browse the repository at this point in the history
  • Loading branch information
oljemark committed Oct 11, 2024
1 parent b5722fb commit 9f4bc39
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/python/WMCore/Services/RequestDB/RequestDBWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ def __init__(self, couchURL, couchapp="ReqMgr"):
# set the connection for local couchDB call
# inherited from WMStatsReader
self._commonInit(couchURL, couchapp)
self._propertyNeedToBeEncoded = ["RequestTransition",
"PriorityTransition",
"SiteWhitelist",
"SiteBlacklist",
"BlockWhitelist",
"InputDatasetTypes",
"OutputDatasets"]

def insertGenericRequest(self, doc):

Expand All @@ -31,7 +24,7 @@ def updateRequestStatus(self, request, status, dn=None):

def updateRequestStats(self, request, stats):
"""
This functionis only available ReqMgr couch app currutly (not T0)
This function is only available ReqMgr couch app currently (not T0)
WQ specific function
param: stats: dict of {'total_jobs': 0, 'input_lumis': 0,
'input_events': 0, 'input_num_files': 0}
Expand Down

0 comments on commit 9f4bc39

Please sign in to comment.