commit | d06450b055ee7e1ec1d3a8c4b4050f6cf8db0823 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Mon Oct 03 14:51:40 2022 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Oct 04 15:14:27 2022 +0000 |
tree | 0daf9bb8c115654653ea46f6dc9bf770f02cfc7a | |
parent | 8b6ede60471695f07117e29f5b70539658fe364d [diff] |
scripts: set_assignees: handle the documentation + unmaintained case The script right now assumes that all the areas have a maintainer and that the second area in particular has one in case of Documentation, that results in a ValueError when it's not the case. Handle that by checking the lists before using them. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>