Skip to content

Commit

Permalink
wait-for-statuses: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tjurtsch committed Jan 7, 2021
1 parent 3c6f003 commit 5db1e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wait-for-statuses.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if(j["conclusion"] == "failure"):
jobFailure = True

print("Completed jobs:" + str(countCompleted) + ". Jobs overall: " + str(numOfJobs))
print("Completed jobs: " + str(countCompleted) + ". Jobs overall: " + str(numOfJobs))
if(countCompleted >= numOfJobs):
break

Expand Down

0 comments on commit 5db1e04

Please sign in to comment.