Fixed an issue where PSQL tool prompts for password if using password exec command. #6247

This commit is contained in:
Pravesh Sharma
2023-05-23 11:07:04 +05:30
committed by GitHub
parent b1eba4fc4c
commit bfa859e9ce

View File

@@ -543,6 +543,9 @@ WHERE db.oid = {0}""".format(did))
password = self.password
os.environ[str(env)] = password
elif self.passexec:
password = self.passexec.get()
os.environ[str(env)] = password
def create_ssh_tunnel(self, tunnel_password):
"""