Skip to content

Instantly share code, notes, and snippets.

@TannerFilip
Created April 25, 2012 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TannerFilip/2486017 to your computer and use it in GitHub Desktop.
Save TannerFilip/2486017 to your computer and use it in GitHub Desktop.
ADBerror
tanner@tanner-laptop:~/ADBFuzz$ python2.6 adbfuzz.py helloworld.cfg run
Traceback (most recent call last):
File "adbfuzz.py", line 377, in <module>
main()
File "adbfuzz.py", line 45, in main
fuzzInst = ADBFuzz(cfgFile)
File "adbfuzz.py", line 90, in __init__
self.runTimeout = self.cfg.getint('main', 'runTimeout')
File "/usr/lib/python2.6/ConfigParser.py", line 340, in getint
return self._get(section, int, option)
File "/usr/lib/python2.6/ConfigParser.py", line 337, in _get
return conv(self.get(section, option))
File "/usr/lib/python2.6/ConfigParser.py", line 546, in get
return self._interpolate(section, option, value, d)
File "/usr/lib/python2.6/ConfigParser.py", line 614, in _interpolate
self._interpolate_some(option, L, rawval, section, vars, 1)
File "/usr/lib/python2.6/ConfigParser.py", line 623, in _interpolate_some
p = rest.find("%")
AttributeError: 'int' object has no attribute 'find'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment