Skip to content

Conversation

@nashif
Copy link
Member

@nashif nashif commented Nov 20, 2025

In the manifest case, we were operating on a str instead of the area object.

Signed-off-by: Anas Nashif anas.nashif@intel.com

@nashif nashif added the Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. label Nov 20, 2025
@nashif nashif force-pushed the topic/scripts/set_assignee_2 branch from 1d90c59 to 2f02ac2 Compare November 20, 2025 10:52
@nashif nashif requested review from a team and pdgendt November 20, 2025 10:53
In the manifest case, we were operating on a str instead of the area
object.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
collab_per_path.update(_area.get_collaborators_for_path(changed_file.filename))
area_match = maintainer_file.name2areas(_area)
if area_match:
_area_obj = area_match[0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
_area_obj = area_match[0]
area_obj = area_match[0]

?

@sonarqubecloud
Copy link

@nashif nashif merged commit 909373f into zephyrproject-rtos:main Nov 20, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Continuous Integration area: MAINTAINER File Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. size: XS A PR changing only a single line of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants