Sonarqube fixes.

This commit is contained in:
Dave Page
2022-08-26 10:07:59 +01:00
parent 92741680b5
commit 37082a955b
6 changed files with 8 additions and 11 deletions

View File

@@ -104,7 +104,7 @@ class BaseTableView(PGChildNodeView, BasePartitionTable, VacuumSettings):
# Here args[0] will hold self & kwargs will hold gid,sid,did
self = args[0]
driver = get_driver(PG_DEFAULT_DRIVER)
did = kwargs['did']
self.manager = driver.connection_manager(kwargs['sid'])
if "conn_id" in kwargs:
self.conn = self.manager.connection(

View File

@@ -653,7 +653,6 @@ define('pgadmin.node.server', [
else if (res.cloud_status == -1) {
pgAdmin.Browser.BgProcessManager.recheckCloudServer(data._id);
}
return;
}).always(function(){
data.is_connecting = false;
});