removed check for empty composer response

pull/18777/head
Ramunas 9 years ago committed by Matt Clay
parent 6e4b42ebbc
commit 662fa86f07

@ -133,8 +133,6 @@ def parse_out(string):
return re.sub("\s+", " ", string).strip()
def has_changed(string):
if string == "":
return False
return "Nothing to install or update" not in string
def get_available_options(module, command='install'):

Loading…
Cancel
Save