pip
10.1 KB
-
fixes case where name is omitted from pip arg list · daf4c358
This code: ``` if name.endswith('.tar.gz') or name.endswith('.tar.bz2') or name.endswith('.zip'): is_tar = True ``` was not checking whether name is defined since it is an optional param.
John Jarvis committed