Disable tracebacks to reduce access to FS during exception handling

This commit is contained in:
Oleksii Shevchuk 2017-05-07 18:20:24 +03:00
parent b4e13bf3f8
commit 5007957722
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import argparse
remove_stdout=''' remove_stdout='''
import sys import sys
sys.tracebacklimit = 0
class Blackhole(object): class Blackhole(object):
softspace = 0 softspace = 0
def read(self): def read(self):