commit | ee5baf8163a586fc8d362039b18f786e4c21b77c | [log] [tgz] |
---|---|---|
author | Jérôme Pouiller <jerome.pouiller@silabs.com> | Thu Mar 27 15:47:54 2025 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Mar 29 07:43:43 2025 -0400 |
tree | 33efc2ceba27f80ee32cdad2c7ffd331851a7bae | |
parent | 352f5d77173868d120c7e21d2921a30e9fa4ed75 [diff] |
MAINTAINERS: Recursive globbing is not supported get_maintainer.py does not support recursive glob. In the future, get_maintainer.pl could take advantage of glob.translate()[1]. Unfortunately, glob.translate() is only supported from Python 3.14 which is not yet widely adopted. Meanwhile, just avoid to use recursive globs. [1]: https://docs.python.org/3/library/glob.html#glob.translate Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>