diff options
| author | Chris Rebert <[email protected]> | 2014-04-03 11:53:35 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-04-03 11:53:35 -0700 |
| commit | 2878d6ef8301c56bb2394f6657675a8c4b2615d3 (patch) | |
| tree | 34b6ec13ab16ccc3c3b67f63df9131a89bdb7286 | |
| parent | 9c7e86be994145b06ddfa2c6d184da3d63bb596b (diff) | |
| download | bootstrap-2878d6ef8301c56bb2394f6657675a8c4b2615d3.tar.xz bootstrap-2878d6ef8301c56bb2394f6657675a8c4b2615d3.zip | |
grammar
| -rwxr-xr-x | test-infra/s3_cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-infra/s3_cache.py b/test-infra/s3_cache.py index 7008d839c..afa623bfb 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): |
