Coding style.

- Is actually a small bug which hadn't shown up yet.
This commit is contained in:
Andrew Hamilton 2017-07-04 14:54:04 +01:00
parent d61b1504a6
commit 40fa5575dd

View file

@ -863,7 +863,7 @@ def is_tool_in_distribution(tool, distribution):
try: try:
return distribution not in tool.missing_in return distribution not in tool.missing_in
except AttributeError: except AttributeError:
return tool return False
def get_distro_id(): def get_distro_id():