removed check for empty composer response

reviewable/pr18780/r1
Ramunas 10 years ago
parent 1b7496f8dc
commit d5673f6eb4

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