1
0
Fork 0

Merge pull request #5 from olysonek/remove_unreachable

Remove an unreachable return statement
This commit is contained in:
Jaroslav Škarvada 2017-02-14 17:19:52 +01:00 committed by GitHub
commit d9101ada39

View file

@ -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())