Permalink
Browse files

Fix package-id separator

  • Loading branch information...
akariv committed May 9, 2018
1 parent 70364af commit 169d2f7f1f4d2483424a97877cb19fcc5eabe636
Showing with 1 addition and 1 deletion.
  1. +1 −1 conductor/blueprints/package/controllers.py
@@ -141,7 +141,7 @@ def upload(datapackage, token, cache_get, cache_set):
}
package_id = '{0}:{1}'.format(token['userid'],
slugify(desc['name'],
separator='_',
separator='-',
to_lower=True))
on_upload_complete_callback = \
make_upload_complete_callback(package_id, encoded_token)

0 comments on commit 169d2f7

Please sign in to comment.