Skip to content

Commit

Permalink
Remove double s typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Oct 3, 2024
1 parent 98c3804 commit 601f325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/WMComponent/WorkflowUpdater/SiteListUpdater.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, config):
self.localWQ = WorkQueue(self.localCouchUrl,
self.config.WorkQueueManager.dbname)

def getActiveWorkflowss(self):
def getActiveWorkflows(self):
"""
Provide list of active requests in a system (from assigned to running)
obtained the agent
Expand Down Expand Up @@ -96,7 +96,7 @@ def algorithm(self, parameters=None):
"""
# get list of active workflows from the agent, the returned dict
# is composed by workflow names and associated pickle file (data comes from WMBS)
wmaSpecs = self.getActiveWorkflowss()
wmaSpecs = self.getActiveWorkflows()
wflows = wmaSpecs.keys()

# obtain workflow specs from upstream ReqMgr2 server, the returned dict
Expand Down

0 comments on commit 601f325

Please sign in to comment.