[U-Boot] patman complains "ConfigParser.NoSectionError: No section: 'bounces'"
Simon Glass
sjg at chromium.org
Wed Sep 13 02:42:05 UTC 2017
+Tom
Hi Bin,
On 12 September 2017 at 19:53, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> 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?
Sorry about that. I tried it out with that section. Please see:
http://patchwork.ozlabs.org/patch/813143/
>
> Regards,
> Bin
Regards,
Simon
More information about the U-Boot
mailing list