Skip to content

Commit

Permalink
Remove / from resources
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanovskis1 committed Jul 23, 2024
1 parent e885f22 commit e4cab26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/bulkupload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def bulk_resource_upload(pkg_name):
log.info(file_name)
f.save(file_name)

object_name = '/resources/' + x['id'] + '/' + url_striped
object_name = 'resources/' + x['id'] + '/' + url_striped
log.info("=========================")
log.info(object_name)
log.info(x)
Expand Down

0 comments on commit e4cab26

Please sign in to comment.