Skip report display for only one result

This commit is contained in:
jpic
2021-04-24 13:12:18 +02:00
parent 15c71a3bf7
commit d2c0694005
+2
View File
@@ -185,6 +185,8 @@ class Output:
]))
def results(self, action):
if len(action.results) < 2:
return
success = 0
fail = 0
for result in action.results: