Skip to content

Commit

Permalink
Update gather-counts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
halexand committed Oct 12, 2016
1 parent dc6c566 commit 1c43fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gather-counts.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():

break

print ",\n".join([ "\"%s\"" % i for i in sorted(quantlist)])
print "\n".join([ "\"%s\"" % i for i in sorted(quantlist)])

if __name__ == '__main__':
main()

0 comments on commit 1c43fdc

Please sign in to comment.