[15:34:34] <gutsytechster> pradyunsg: Your suggestion here https://github.com/pypa/pip/pull/7810#issuecomment-599191405 would not work. As options.path would contain any path provided by user. But the problem is essentially because current directory is added by default when we use "-m" option by Python. So logically, it is working correct.
[16:18:05] <pradyunsg> gutsytechster: hmm... I'm not sure I follow.
[16:19:42] <pradyunsg> We already pass options.path to the function. And when options.path is None, it uses sys.path - which is what we're using, except skipping "" in it, which represents the current directory.
[16:26:20] <pradyunsg> options.path will be none, when the user does not provide any value on the CLI via --path.
[22:19:57] <travis-ci> pypa/twine#1336 (master - f7402e0 : Brian Rutledge): The build passed.