Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commit0920371
committed
Extract suggest_venv out of the else block
I think this is easier to read, but this is admittedly subjective.This commit also makes the separate change of adjusting commentspacing for consistency within the script. (Two spaces before "#"is not widely regarded as better than one in shell scripting, sounlike Python where PEP-8 recommends that, it would be equally goodto have changed all the other places in the shell scrips to havejust one.)1 parent21875b5 commit0920371
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 |
| |
13 | 18 |
| |
14 | 19 |
| |
15 | 20 |
| |
16 | 21 |
| |
17 | 22 |
| |
18 | 23 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 24 |
| |
24 | 25 |
| |
25 |
| - | |
| 26 | + | |
26 | 27 |
|
0 commit comments
Comments
(0)