Explorar o código

Space for errors

It was harder to see when there are errors if they came straight after
the other output. Putting a newline in there gives it a bit of visual
room.

Signed-off-by: Mazz Mosley <[email protected]>
Mazz Mosley %!s(int64=10) %!d(string=hai) anos
pai
achega
2c8aade13e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compose/utils.py

+ 1 - 0
compose/utils.py

@@ -57,6 +57,7 @@ def parallel_execute(objects, obj_callable, msg_index, msg):
             pass
 
     if errors:
+        stream.write("\n")
         for error in errors:
             stream.write("ERROR: for {}  {} \n".format(error, errors[error]))