Commit 1dfe443
committed
Suppress pep8 error output when there's no config.
When no pep8 config file is found, OptionParser.error() raises a
SystemExit and prints usage output; we don't need this output, so this
commit supresses it.
Related to issue #3.1 parent 3af192d commit 1dfe443
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
| |||
0 commit comments