From: Chris Rebert Date: Thu, 3 Apr 2014 18:53:35 +0000 (-0700) Subject: grammar X-Git-Tag: v3.2.0~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2878d6ef8301c56bb2394f6657675a8c4b2615d3;p=thirdparty%2Fbootstrap.git grammar --- diff --git a/test-infra/s3_cache.py b/test-infra/s3_cache.py index 7008d839c4..afa623bfbd 100755 --- a/test-infra/s3_cache.py +++ b/test-infra/s3_cache.py @@ -28,7 +28,7 @@ def timer(): yield end = datetime.utcnow() elapsed = end - start - print("\tDone. Took", int(elapsed.total_seconds()), "seconds.") + print("\tDone. Took", int(elapsed.total_seconds()), "second(s).") def _sha256_of_file(filename):