Coding style.
- Is actually a small bug which hadn't shown up yet.
This commit is contained in:
parent
d61b1504a6
commit
40fa5575dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue