Merge pull request #7431 from thinkerou/fix_spell_error

Python: fix spell error by pyflakes found
pull/7468/head
kpayson64 9 years ago committed by GitHub
commit c37a5a3878
  1. 2
      tools/gcp/stress_test/stress_test_utils.py

@ -121,7 +121,7 @@ class BigQueryHelper:
if not page['jobComplete']:
print('TIMEOUT ERROR: The query %s timed out. Current timeout value is'
' %d msec. Returning False (i.e assuming there are no failures)'
) % (query, timeoout_msec)
) % (query, timeout_msec)
return False
num_failures = int(page['totalRows'])

Loading…
Cancel
Save