mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed a typo in previous commit
This commit is contained in:
@@ -568,7 +568,7 @@ def check_version_compatibility(sid, tid):
|
||||
tar_manager = driver.connection_manager(tar_server.id)
|
||||
target_conn = src_manager.connection()
|
||||
|
||||
if not (src_conn.connected() and target.connected()):
|
||||
if not (src_conn.connected() and target_conn.connected()):
|
||||
return False, gettext('Server(s) disconnected.')
|
||||
|
||||
if src_manager.server_type != tar_manager.server_type:
|
||||
|
Reference in New Issue
Block a user