Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Print newline after result in federation_client script
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Aug 5, 2016
1 parent e6021c3 commit f45be05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts-dev/federation_client.py
Expand Up @@ -143,6 +143,7 @@ def main():
)

json.dump(result, sys.stdout)
print ""

if __name__ == "__main__":
main()

0 comments on commit f45be05

Please sign in to comment.