]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Skip nonexistent modules instead of failing.
authorBruno Haible <bruno@clisp.org>
Wed, 10 Apr 2024 23:55:05 +0000 (01:55 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 Apr 2024 23:55:05 +0000 (01:55 +0200)
commitab3425fae30f1e897540ee5986925f440b903736
treee9596e3ba8be9d2d8d503a4cbc80ae3908f297b3
parentd4520b5b7b26919e48c595f44d9308da69f4805a
gnulib-tool.py: Skip nonexistent modules instead of failing.

* pygnulib/GLModuleSystem.py (GLModuleSystem.find): Use the same warning
wording as gnulib-tool.sh.
* pygnulib/GLImport.py (GLImport.gnulib_cache): Print the specified
modules, not the base modules.
(GLImport.prepare): Don't put None elements into base_modules.
ChangeLog
pygnulib/GLImport.py
pygnulib/GLModuleSystem.py