diff --git a/zaza/model.py b/zaza/model.py index d1803e3..db10db5 100644 --- a/zaza/model.py +++ b/zaza/model.py @@ -22,8 +22,8 @@ async def deployed(filter=None): def main(): # Run the deploy coroutine in an asyncio event loop, using a helper # that abstracts loop creation and teardown. - print("Current applications: {}".format( ", ".join(loop.run(deployed())))) + print("Current applications: {}".format(", ".join(loop.run(deployed())))) if __name__ == '__main__': - main() \ No newline at end of file + main()