Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit5cf7f97
committed
Fix non-venv branch always failing
cc202cc put an end to the problem where, when run outside a virtualenvironment, it would always "succeed", because all "|| echo ..."required to succeed was for the echo command reporting the error tosucceed. Unfortunately, that commit created the oppposite problem,causing that case to always fail! This commit fixes it, so it failswhen there is an error, and succeeds when there is no error.1 parentf5da163 commit5cf7f97
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
| 46 | + | |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
|
0 commit comments
Comments
(0)