[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool.py: Fix pylint 'raise-missing-from' warnings.
From: |
Bruno Haible |
Subject: |
Re: gnulib-tool.py: Fix pylint 'raise-missing-from' warnings. |
Date: |
Fri, 05 Apr 2024 02:59:27 +0200 |
Hi Collin,
> The first patch attached fixes all of those warnings by adding the
> explicit chaining.
...
> The second patch disables that warning and changes the one occurrence
> of '{}' we have to 'dict()'.
Thank you! Both patches applied.
Bruno