Commit e526ae87 by Michael DeHaan

Merge pull request #5979 from robinro/patch-1

remove check for version string
parents eb4a7309 660fa918
......@@ -196,13 +196,6 @@ def main():
result['name'] = name
result['state'] = state
# Decide if the name contains a version number.
match = re.search("-[0-9]", name)
if match:
specific_version = True
else:
specific_version = False
# Get package state
installed_state = get_package_state(module, name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment