summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-ximport/pip.to_lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/pip.to_lorry b/import/pip.to_lorry
index 10c9da7..22de654 100755
--- a/import/pip.to_lorry
+++ b/import/pip.to_lorry
@@ -87,7 +87,7 @@ def make_tarball_lorry(name, url):
if compression:
lorry['compression'] = compression
- return "%s-tarball: { %s }" % (name, json.dumps(lorry))
+ return "%s-tarball: %s" % (name, json.dumps(lorry, indent=4, sort_keys=True))
def ask_user(client, xs, fn, prompt='--> '):
for n, x in enumerate(xs, 1):