Skip to content
Features
Business
Explore
Marketplace
Pricing
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
Sign in
or
Sign up
Watch
11
Star
4
Fork
4
openspending
/
os-conductor
Code
Pull requests
0
Projects
0
Insights
Permalink
Browse files
Fix package-id separator
Loading branch information
...
akariv
committed
May 9, 2018
1 parent
169d2f7
commit
4c970f8eb727ffc3741767984968464da15b66b4
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
conductor/blueprints/package/controllers.py
Show comments
View
2
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
=
\
Toggle all file notes
0 comments on commit
4c970f8
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
4c970f8