removed check for empty composer response
This commit is contained in:
parent
6e4b42ebbc
commit
662fa86f07
1 changed files with 0 additions and 2 deletions
|
@ -133,8 +133,6 @@ def parse_out(string):
|
||||||
return re.sub("\s+", " ", string).strip()
|
return re.sub("\s+", " ", string).strip()
|
||||||
|
|
||||||
def has_changed(string):
|
def has_changed(string):
|
||||||
if string == "":
|
|
||||||
return False
|
|
||||||
return "Nothing to install or update" not in string
|
return "Nothing to install or update" not in string
|
||||||
|
|
||||||
def get_available_options(module, command='install'):
|
def get_available_options(module, command='install'):
|
||||||
|
|
Loading…
Reference in a new issue