* tools/pull-os-versions.py:
(main):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@185579
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-06-15 Ryosuke Niwa <rniwa@webkit.org>
+
+ Fix a typo.
+
+ * tools/pull-os-versions.py:
+ (main):
+
2015-06-15 Ryosuke Niwa <rniwa@webkit.org>
Perf dashboard should be able to list iOS versions as well as OS X versions
time.sleep(config['submissionInterval'])
- print "Sleeping for %d seconds", config['fetchInterval']
+ print "Sleeping for %d seconds" % config['fetchInterval']
time.sleep(config['fetchInterval'])