commit | f779385b5960ce744759c91acea249440b2404e1 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Dec 04 14:23:22 2023 -0800 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Dec 06 12:11:57 2023 +0000 |
tree | 9fc9e76cedb0b0c5a6631de2b4568b3ff4fd74e7 | |
parent | d3cce8805c25d49fcee4d03cc8a3556bcec9c4ec [diff] |
scripts: get_maintainer: __init__ to use filename if passed This changes the logic in __init__() so that if a path to MAINTAINERS.yml is passed in, it uses the passed-in value instead of blindly running git to find the top level of Zephyr tree. Signed-off-by: Daniel Leung <daniel.leung@intel.com>