Commit 44857ae
authored
When the `pip_flags` parameter and the `PipFlags` plugin configuration
option are both undefined, the output of `pip_library` contains the
[none](https://pypi.org/project/none/) module as well as the desired one
because `None` is erroneously passed as an argument to pip. Ensure
`None` is not passed to pip under these circumstances.
Fixes #313.
1 parent a18ff0d commit 44857ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| |||
0 commit comments