| commit | ffccab16dcbafc036687b162fca5111d2d7d4099 | [log] [tgz] |
|---|---|---|
| author | Rico Wind <ricow@google.com> | Wed Sep 26 12:39:42 2018 +0200 |
| committer | Rico Wind <ricow@google.com> | Wed Sep 26 12:39:42 2018 +0200 |
| tree | 5715ab21ccac26dca4d279953b2236a0d68bb5db | |
| parent | 1200f5104d3f842f2e3f94a5cc280678f99ac44f [diff] |
Fix accidental char deletion before upload R=christofferqa@google.com Change-Id: I2048dafd1ec104cdeaeb188ace3dfa4a3c7c2cc2
diff --git a/tools/internal_test.py b/tools/internal_test.py index c20cdf8..9b8c970 100755 --- a/tools/internal_test.py +++ b/tools/internal_test.py
@@ -65,7 +65,7 @@ BOT_RUN_TIMEOUT = 4000 * len(TEST_COMMANDS) def log(str): - print("%s: %s" % (time.strftime("%c"), str) + print("%s: %s" % (time.strftime("%c"), str)) def ParseOptions(): result = optparse.OptionParser()