mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed 'convention' related code smell reported by SonarQube.
This commit is contained in:
committed by
Akshay Joshi
parent
fcf720a5d8
commit
45a03dd663
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user