Remove an unreachable return statement
This also makes a pylint error message go away.
This commit is contained in:
parent
66d550b94d
commit
b7d90be093
1 changed files with 0 additions and 1 deletions
|
|
@ -214,7 +214,6 @@ class Admin(object):
|
|||
else:
|
||||
self._error("Requested profile '%s' doesn't exist." % profile_name)
|
||||
return False
|
||||
return self._profile_print_status(self, ret, msg)
|
||||
|
||||
def _action_dbus_recommend_profile(self):
|
||||
print(self._controller.recommend_profile())
|
||||
|
|
|
|||
Loading…
Reference in a new issue