Permalink
Browse files

Fix package-id separator

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

0 comments on commit 4c970f8

Please sign in to comment.