From 9f4bc396a36b14f2a85a8f28fc78b95bd4a933bf Mon Sep 17 00:00:00 2001 From: Fredrik Date: Fri, 11 Oct 2024 10:14:51 +0200 Subject: [PATCH] Not in use nor keywords in unit test? --- src/python/WMCore/Services/RequestDB/RequestDBWriter.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/python/WMCore/Services/RequestDB/RequestDBWriter.py b/src/python/WMCore/Services/RequestDB/RequestDBWriter.py index 9f3a60d9a3..af45bf4442 100644 --- a/src/python/WMCore/Services/RequestDB/RequestDBWriter.py +++ b/src/python/WMCore/Services/RequestDB/RequestDBWriter.py @@ -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): @@ -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}