Skip to content

Commit c72e0cb

Browse files
chrisburrweb-flow
authored andcommitted
sweep: DIRACGrid#8448 fix: use PEP8 compliant pyparsing method name
1 parent f68ce03 commit c72e0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DIRAC/Resources/Catalog/FCConditionParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def __init__(self, vo=None, ro_methods=None):
191191
"""
192192

193193
# Whenever we parse text matching the __pluginOperand grammar, create a PluginOperand object
194-
self.__pluginOperand.setParseAction(lambda tokens: self.PluginOperand(tokens))
194+
self.__pluginOperand.set_parse_action(lambda tokens: self.PluginOperand(tokens))
195195

196196
self.opHelper = Operations(vo=vo)
197197

0 commit comments

Comments
 (0)