[U-Boot] patman complains "ConfigParser.NoSectionError: No section: 'bounces'"

Bin Meng bmeng.cn at gmail.com
Wed Sep 13 01:53:13 UTC 2017


Hi,

With commit e11aa602abd3e8007dfd3ed23ebb829101abcfec: patman: add
support for omitting bouncing addresses, running patman it complains:

Traceback (most recent call last):
  File "./tools/patman/patman", line 18, in <module>
    from patman import checkpatch, command, gitutil, patchstream, \
  File "/tools/patman/patman.py", line 76, in <module>
    settings.Setup(parser, options.project, '')
  File "/tools/patman/settings.py", line 310, in Setup
    for name, value in config.items('bounces'):
  File "/tools/patman/settings.py", line 145, in items
    self, section, *args, **kwargs
  File "/usr/local/lib/python2.7/ConfigParser.py", line 642, in items
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'bounces'

Can we get this fixed?

Regards,
Bin


More information about the U-Boot mailing list