Fix formatting

This commit is contained in:
Ines Montani 2016-12-08 13:56:17 +01:00
parent 0176b99004
commit 8e977cc71c
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ def or_(val1, val2):
return val2
def match_best_version(target_name, target_version, path):
path = path if not isinstance(path, basestring) else pathlib.Path(path)
if not path.exists():