Skip to content

lisa.conf: Avoid kwargs in exceptions

FIX

Exceptions pickling is broken when they are passed keyword arguments, so pass positional only.

This matters for that exception as it can be raised in a subprocess when compiling the kernel module.

Merge request reports