Re: gnulib-tool.py: Fix extra arguments to function call.

2024-04-13 Thread Bruno Haible
Collin Funk wrote: > I see a warning for this section of code because isfile() is called > with two arguments. It looks like the correct way to write this is to > joinpath() the two arguments Yes, I agree. Thanks! Applied. Bruno

Re: gnulib-tool.py: Fix extra arguments to function call.

2024-04-13 Thread Collin Funk
On 4/13/24 10:12 AM, Collin Funk wrote: > diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py > index d44ceedcec..098bbc59ac 100644 > --- a/pygnulib/GLImport.py > +++ b/pygnulib/GLImport.py > @@ -1230,7 +1230,7 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix Also, I found out that adding '*