Re: gnulib-tool.py: Use the GLModule's name variable directly.
Collin Funk wrote: > Since 'module' is pretty much always a GLModule, I have renamed these > to 'module_name'. +1
Re: gnulib-tool.py: Use the GLModule's name variable directly.
On 5/1/24 1:51 AM, Collin Funk wrote: > I pushed this patch removing getName() from GLModule, preferring > it's name variable directly. This patch fixes a mistake I made in two functions. They took a 'module' argument which was a str. I must have not looked at the type hint... Since 'module' is