Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alfonsocv12/mpip into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsocv12 committed Apr 25, 2021
2 parents 3160c34 + c77bd9c commit 59a7b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmp/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def __install_specifict_lib(self, command: str):
self.__check_virtual_env()
self.__check_requirements()
lib: dict = {
'name': command.split('=')[0],
'name': command.rstrip('\x00').split('=')[0],
}
if self.__check_lib_installed(lib['name']):
bcolors.printColor('WARNING', f'{lib["name"]} allready satisfied')
Expand Down

0 comments on commit 59a7b92

Please sign in to comment.