Project

General

Profile

« Previous | Next » 

Revision 1684

streams.py: Renamed LineCountOutputStream to LineCountStream since TracedStream now works on both input and output streams

View differences:

nodes.make
64 64
        profiler = profiling.ItersProfiler(start_now=True, iter_text='row')
65 65
        
66 66
        filename = 'node.'+str(node_id)+'.specimens.csv'
67
        out = streams.LineCountOutputStream(open(filename, 'w'))
67
        out = streams.LineCountStream(open(filename, 'w'))
68 68
        def log_ex(e):
69 69
            clear_line()
70 70
            log('! Output line '+str(out.line_num)+': '+exc.str_(e))

Also available in: Unified diff