Added migrations to update command #114
This commit is contained in:
@@ -74,9 +74,8 @@ class Pip:
|
||||
|
||||
if result is None:
|
||||
return None
|
||||
|
||||
for p in str(result.decode()).split('\n'):
|
||||
if p == package:
|
||||
if p.startswith(package):
|
||||
return p
|
||||
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user