You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finding that when systemctl is-enabled is used for a non-existent service and the target has an exit code of 4 (such as on an Ubuntu 24 target), an exception is raised.
I'm finding that when
systemctl is-enabled
is used for a non-existent service and the target has an exit code of 4 (such as on an Ubuntu 24 target), an exception is raised.pytest script
Ubuntu 24
Ubuntu 22
This is not a problem on Ubuntu 22 which has an exit code of 1 in the same scenario:
This is similar to #748 which I hoped would be fixed by #773 but it was not.
Python packages
The text was updated successfully, but these errors were encountered: