diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-12-11 17:45:46 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-12-11 17:45:46 +0000 |
| commit | 83b104ad87f72f2e7323de9b2617df0e25e870a5 (patch) | |
| tree | 57ab1d09d681b8686dfffc5e4dd2cce1a7d3f48c /tools | |
| parent | 78bbc71bc3a10048e158be6757bf44f2a685458d (diff) | |
| parent | c454606ada3990f174536a4dcb361620efb76d0f (diff) | |
Merge "i18n raise Exception messages"
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/db/schema_diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/db/schema_diff.py b/tools/db/schema_diff.py index 873f20543..a4bcfeaa8 100755 --- a/tools/db/schema_diff.py +++ b/tools/db/schema_diff.py @@ -107,7 +107,7 @@ def _get_db_driver_class(db_type): elif db_type == "postgres": return Postgres else: - raise Exception("database %s not supported" % db_type) + raise Exception(_("database %s not supported") % db_type) ### Migrate |
