1
0
Fork 0

Remove an unreachable return statement

This also makes a pylint error message go away.
This commit is contained in:
Ondřej Lysoněk 2017-02-13 16:08:11 +01:00
parent 66d550b94d
commit b7d90be093

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