Skip to content

Commit 26223e7

Browse files
authored
Merge pull request #35 from shepherdjay/issue24
Update runtime.py Fixes #24
2 parents 9e757a7 + 2d131a6 commit 26223e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nagiosplugin/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Runtime(object):
6565
timeout = None
6666
logchan = None
6767
output = None
68-
stdout = sys.stdout
68+
stdout = None
6969
exitcode = 70 # EX_SOFTWARE
7070

7171
def __new__(cls):

0 commit comments

Comments
 (0)