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 <mazz@houseofmnowster.com>
This commit is contained in:
parent
119901c19b
commit
2c8aade13e
1 changed files with 1 additions and 0 deletions
|
|
@ -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]))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue