diff options
Diffstat (limited to 'pylint/epylint.py')
-rwxr-xr-x | pylint/epylint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/epylint.py b/pylint/epylint.py index 0b714fb4e..fc28aaaf6 100755 --- a/pylint/epylint.py +++ b/pylint/epylint.py @@ -158,6 +158,7 @@ def py_run(command_options='', return_std=False, stdout=None, stderr=None): # Return standard output and error if return_std: return six.moves.StringIO(proc_stdout), six.moves.StringIO(proc_stderr) + return None def Run(): |