Skip to content

Commit

Permalink
[#1451] add back in rstrip
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly authored and amercader committed Jan 27, 2014
1 parent 332e2f3 commit 646927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datapusher/logic/action.py
Expand Up @@ -47,7 +47,7 @@ def datapusher_submit(context, data_dict):

site_url = pylons.config['ckan.site_url']

callback_url = site_url + p.toolkit.url_for(
callback_url = site_url.rstrip('/') + p.toolkit.url_for(
controller='api', action='action',
logic_function='datapusher_hook', ver=3
)
Expand Down

0 comments on commit 646927e

Please sign in to comment.