mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-01 07:36:51 +02: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.