Commit cf300ca
authored
Avoid duplicate path specification in
Because of muscle memory, it may be tempting to type `spin install .`
as one would `pip install .`. This patch ensures that only one `.` is
present in the command, otherwise it results in a conflict of the
package with itself.pip install (#313)1 parent 123de62 commit cf300ca
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
0 commit comments