~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/storage/retry.py

  • Committer: Marc Tardif
  • Date: 2011-10-10 16:36:06 UTC
  • Revision ID: marc.tardif@canonical.com-20111010163606-b1d9pw4q8nl114oz
Fixed parsing of udevadm output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    """Retry decorator.
39
39
 
40
40
    :param ExceptionToCheck: Exception to check for retrying.
41
 
    :param tries: Number of tries to attempt.
 
41
    :param tries: Number of times to retry.
42
42
    :param delay: Initial delay in seconds.
43
43
    :param step: Increment in seconds for each try.
44
44
    """