Skip to content

Instantly share code, notes, and snippets.

@eglaysher
Created January 18, 2014 05:29
Show Gist options
  • Save eglaysher/8486590 to your computer and use it in GitHub Desktop.
Save eglaysher/8486590 to your computer and use it in GitHub Desktop.
make expectations failure.
$ ./make_expectations.py
Traceback (most recent call last):
File "./make_expectations.py", line 375, in <module>
sys.exit(Main(sys.argv))
File "./make_expectations.py", line 244, in Main
if int(jsondata['rev']) <= revb:
ValueError: invalid literal for int() with base 10: 'Force the Chromium revision'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment