Skip to content

Commit

Permalink
Merge pull request #88 from torymur/master
Browse files Browse the repository at this point in the history
Fix #87
pablohoffman committed Apr 6, 2015
2 parents 1aa01a6 + 942a1b2 commit 47fd6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/scrapyd-deploy
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ def main():
_add_auth_header(req, target)
f = urllib2.urlopen(req)
projects = json.loads(f.read())['projects']
print os.linesep.join(projects)
print os.linesep.join(map(str, projects))
return

tmpdir = None

0 comments on commit 47fd6ae

Please sign in to comment.