mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed Unicode character issue causing error on Python2 environment. Fixes #5279
This commit is contained in:
committed by
Akshay Joshi
parent
26d0a3e5cb
commit
a7ba446703
@@ -568,7 +568,7 @@ def check_version_compatibility(sid, tid):
|
||||
tar_manager = driver.connection_manager(tar_server.id)
|
||||
|
||||
if src_manager.server_type != tar_manager.server_type:
|
||||
return False, gettext('Schema diff does not support the comparison '
|
||||
return False, gettext('Schema diff does not support the comparison '
|
||||
'between Postgres Server and EDB Postgres '
|
||||
'Advanced Server.')
|
||||
|
||||
|
Reference in New Issue
Block a user