Re: gnulib-tool.py: Simplify running some commands in a given directory

2024-04-19 Thread Collin Funk
On 4/19/24 9:24 AM, Bruno Haible wrote: > This patch optimizes some subprocess invocations. > > I did not change the os.chdir calls around larger blocks of code. Looks good. I had a look at doing this previously but in GLTestDir for example, we use 'constants.execute' to deal with the: Exec

gnulib-tool.py: Simplify running some commands in a given directory

2024-04-19 Thread Bruno Haible
This patch optimizes some subprocess invocations. I did not change the os.chdir calls around larger blocks of code. 2024-04-19 Bruno Haible gnulib-tool.py: Simplify running some commands in a given directory. * pygnulib/GLImport.py (GLImport.execute): Use sp.call with a cwd