Fixed 'convention' related code smell reported by SonarQube.

This commit is contained in:
Aditya Toshniwal
2020-07-06 11:48:23 +05:30
committed by Akshay Joshi
parent fcf720a5d8
commit 45a03dd663
22 changed files with 98 additions and 103 deletions

View File

@@ -47,7 +47,7 @@ class JobModule(CollectionNodeModule):
"""
return servers.ServerModule.NODE_TYPE
def BackendSupported(self, manager, **kwargs):
def backend_supported(self, manager, **kwargs):
if hasattr(self, 'show_node') and not self.show_node:
return False