Skip to content
Snippets Groups Projects
Commit c37a5a38 authored by kpayson64's avatar kpayson64 Committed by GitHub
Browse files

Merge pull request #7431 from thinkerou/fix_spell_error

Python: fix spell error by pyflakes found
parents e514158c 6660c110
No related branches found
No related tags found
No related merge requests found
......@@ -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'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment