Skip to content
Snippets Groups Projects
Commit f45be053 authored by Erik Johnston's avatar Erik Johnston
Browse files

Print newline after result in federation_client script

parent e6021c37
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,7 @@ def main(): ...@@ -143,6 +143,7 @@ def main():
) )
json.dump(result, sys.stdout) json.dump(result, sys.stdout)
print ""
if __name__ == "__main__": if __name__ == "__main__":
main() main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment