commit/galaxy-central: guerler: Merge
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4e6b003daaa4/ Changeset: 4e6b003daaa4 User: guerler Date: 2014-01-09 20:06:19 Summary: Merge Affected #: 5 files diff -r b3a603f522174fa1fc4623580cce39e4069b189c -r 4e6b003daaa44a06ac13c74c5ce8c75fa7bbb7ee scripts/cleanup_datasets/pgcleanup.py --- a/scripts/cleanup_datasets/pgcleanup.py +++ b/scripts/cleanup_datasets/pgcleanup.py @@ -105,7 +105,7 @@ url = make_url(self.config.database_connection) log.info('Connecting to database with URL: %s' % url) - args = url.translate_connect_args() + args = url.translate_connect_args( username='user' ) args.update(url.query) assert url.get_dialect().name == 'postgresql', 'This script can only be used with PostgreSQL.' 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.
participants (1)
-
commits-noreply@bitbucket.org