Fixed Unicode character issue causing error on Python2 environment. Fixes #5279

This commit is contained in:
Murtuza Zabuawala
2020-03-20 15:17:45 +05:30
committed by Akshay Joshi
parent 26d0a3e5cb
commit a7ba446703
3 changed files with 4 additions and 3 deletions

View File

@@ -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.')