Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Make pylint happy (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Sep 22, 2020
1 parent 2338a95 commit e7eb0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_postgres/db_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def open_connection(self):
self.connection_config['password'],
self.connection_config['port']
)

if 'ssl' in self.connection_config and self.connection_config['ssl'] == 'true':
conn_string += " sslmode='require'"

Expand Down

0 comments on commit e7eb0c6

Please sign in to comment.