2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/eb524e42fc65/ Changeset: eb524e42fc65 Branch: next-stable User: natefoo Date: 2013-05-29 22:16:11 Summary: Update pgcleanup.py for dialect name change. Affected #: 1 file diff -r f3bb3c093851c7b07b8d24bfcfa30e986298fb89 -r eb524e42fc65eb69274857bcaf85030f0edd32f0 scripts/cleanup_datasets/pgcleanup.py --- a/scripts/cleanup_datasets/pgcleanup.py +++ b/scripts/cleanup_datasets/pgcleanup.py @@ -108,7 +108,7 @@ args = url.translate_connect_args() args.update(url.query) - assert url.get_dialect().name == 'postgres', 'This script can only be used with PostgreSQL.' + assert url.get_dialect().name == 'postgresql', 'This script can only be used with PostgreSQL.' self.conn = psycopg2.connect(**args) https://bitbucket.org/galaxy/galaxy-central/commits/49cc4a899f2f/ Changeset: 49cc4a899f2f User: natefoo Date: 2013-05-29 22:16:24 Summary: merge next-stable. Affected #: 1 file diff -r 07a135ce18a7e40009fe93654ce46030ff213799 -r 49cc4a899f2ff5853d6c4f4c70ef9063df2f5b1b scripts/cleanup_datasets/pgcleanup.py --- a/scripts/cleanup_datasets/pgcleanup.py +++ b/scripts/cleanup_datasets/pgcleanup.py @@ -108,7 +108,7 @@ args = url.translate_connect_args() args.update(url.query) - assert url.get_dialect().name == 'postgres', 'This script can only be used with PostgreSQL.' + assert url.get_dialect().name == 'postgresql', 'This script can only be used with PostgreSQL.' self.conn = psycopg2.connect(**args) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.