[ssh_known_hosts] Il faut ajouter des \n maintenant sinon on a tout sur une ligne

Je ne sais pas pourquoi le comportement à changer, je ne vois rien pour entraîner ça
dans les dernier commits sur ce fichier.
This commit is contained in:
Valentin Samir 2014-02-19 19:39:41 +01:00
parent bfef58913a
commit 88a7ea3534

View file

@ -38,4 +38,4 @@ for key in key_machines.keys():
output.append("%s %s" % (','.join(hosts),key))
output.sort()
sys.stdout.write("".join(output))
sys.stdout.write("\n".join(output))