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:
parent
e6c6e15733
commit
e6b647641b
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue