Removing 's' suffix from sleep(1)

This commit is contained in:
Sergio Durigan Junior 2015-01-22 19:11:53 -05:00
parent af0b98750c
commit b8a20c9ade

View file

@ -249,7 +249,7 @@ do more than 3 updates at a time."""
name = "random wait for clone" name = "random wait for clone"
description = r"randomly waiting before git fetching" description = r"randomly waiting before git fetching"
descriptionDone = r"waited before git fetching" descriptionDone = r"waited before git fetching"
command = ['sleep', WithProperties (r"%ss", r'randomWait')] command = ['sleep', WithProperties (r"%s", r'randomWait')]
class CloneOrUpdateGDBMasterRepo (Git): class CloneOrUpdateGDBMasterRepo (Git):
"""This build step updates the so-called "master" git repository. For """This build step updates the so-called "master" git repository. For