mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-10-28 18:37:23 +01:00
We need to reset self._exception after _wait_for_async_op raises an exception, otherwise _wait_for_async_op will report that exception for every future operation (this wasn't an issue when an exception always meant that the test was failing and objects were torn down anyway)