Commit bc8474a8 by syed-awais-ali

formatted output to single line

parent f8cc3bd3
......@@ -424,6 +424,6 @@ if __name__ == '__main__':
# prints Docker plays
print " ".join(str(play) for play in docker_plays)
print " ".join(str(play) for play in docker_plays),
print " ".join(str(dock) for dock in modified_docker_files)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment