mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-07 01:30:47 +01:00

Passing *args, **kwargs into StationDebug ended up initializing the class with Station properties since devices can be initialized from existing property dictionaries. Since the object path is all StationDebug needs, pass args[0] instead.