1
0
Fork 0

tuned-adm: fixed traceback of 'tuned-adm list' if daemon is not running

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2016-07-21 16:34:29 +02:00
parent e6c6e15733
commit e6b647641b

View file

@ -98,7 +98,7 @@ class Admin(object):
def _action_list(self):
self._print_profiles(self._profiles_locator.get_known_names_summary())
self._action_dbus_active()
self._action_active()
return True
def _dbus_get_active_profile(self):