Skip to content

Instantly share code, notes, and snippets.

@TannerFilip
Created April 25, 2012 22:04
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/2493879 to your computer and use it in GitHub Desktop.
Save TannerFilip/2493879 to your computer and use it in GitHub Desktop.
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 91, in __init__
self.maxLogSize = self.cfg.getint('main', 'maxLogSize')
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 541, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'maxlogsize' in section: 'main'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment