Skip to content
Snippets Groups Projects
Commit 5122d837 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: classmethod -> staticmethod

parent 0946e205
No related branches found
No related tags found
No related merge requests found
......@@ -263,8 +263,8 @@ class PipelineControl(OTDBBusListener):
self.parset_rpc.close()
@classmethod
def _shouldHandle(self, parset):
@staticmethod
def _shouldHandle(parset):
if not parset.isPipeline():
logger.info("Not processing tree: is not a pipeline")
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment