commit | 49e8e11a77bda474da7b4f2e64169f2f04bef3b3 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Tue Jan 16 11:52:11 2024 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 16 14:24:05 2024 -0500 |
tree | a8e9486d46c597f85b0c71fbe4a43b1075f5998b | |
parent | 982fc416f8df34977a720a372564b3b673e1fd1e [diff] |
scripts: set_maintainer: fix author == maintainer fallback logic The "Submitter is same as Assignee" is comparing strings to <Area> and always failing the condition, fix it by dropping the ".name". Tested with ./scripts/set_assignees.py -v -y -P 67526 (now falls back to the other maintainer as it should). Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>