Skip to content

Commit

Permalink
Make logger string unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Nov 7, 2018
1 parent 3120e94 commit 856ce3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/xloader/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def xloader_data_into_datastore_(input, job_dict):
)

# fetch the resource data
logger.info('Fetching from: {0}'.format(url))
logger.info(u'Fetching from: {0}'.format(url))
try:
headers = {}
if resource.get('url_type') == 'upload':
Expand Down

0 comments on commit 856ce3d

Please sign in to comment.