]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Don't fail when given a bad module name.
authorCollin Funk <collin.funk1@gmail.com>
Sun, 21 Apr 2024 03:29:44 +0000 (20:29 -0700)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Apr 2024 11:27:05 +0000 (13:27 +0200)
commit5b1dcad0b11ff51dfebe2f2f3bf449dcfdc88a75
treedb60b9f8a48759166348b7f616e1c7c20b37a36a
parent83ce09b8b1d245841ff9248d4e970a8c37d397be
gnulib-tool.py: Don't fail when given a bad module name.

* pygnulib/GLTestDir.py (GLTestDir.execute): Don't include None in the
list of GLModule objects.
* pygnulib/GLModuleSystem.py (GLModuleSystem.find): Document the meaning
of the None return.
ChangeLog
pygnulib/GLModuleSystem.py
pygnulib/GLTestDir.py