Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ services:
install:
- bash bin/travis-build.bash
script: sh bin/travis-run.sh

# the new trusty images of Travis cause build errors with psycopg2, see https://github.com/travis-ci/travis-ci/issues/8897
dist: trusty
group: deprecated-2017Q4
3 changes: 0 additions & 3 deletions ckanext/harvest/harvesters/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ def _get_user_name(self):
ckanext.harvest.user_name = harvest

'''
if self._user_name:
return self._user_name

config_user_name = config.get('ckanext.harvest.user_name')
if config_user_name:
self._user_name = config_user_name
Expand Down