Skip to content

Conversation

@sashalevin
Copy link

The kci_msg_nonl() function doesn't accept any parameters, but was being called with nl=False in print_summary(), causing a TypeError:

TypeError: kci_msg_nonl() got an unexpected keyword argument 'nl'

This fix removes the invalid parameter and uses the nl parameter correctly on the color message functions (kci_msg_green, kci_msg_red) instead.

Fixes: 19ae4b5 ("Add print summary function")

The kci_msg_nonl() function doesn't accept any parameters, but was being
called with nl=False in print_summary(), causing a TypeError:

TypeError: kci_msg_nonl() got an unexpected keyword argument 'nl'

This fix removes the invalid parameter and uses the nl parameter correctly
on the color message functions (kci_msg_green, kci_msg_red) instead.

Fixes: 19ae4b5 ("Add print summary function")
Signed-off-by: Sasha Levin <sashal@kernel.org>
@aliceinwire aliceinwire merged commit 96ea570 into kernelci:main Jun 26, 2025
5 checks passed
@aliceinwire
Copy link
Member

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants