summaryrefslogtreecommitdiffstats
path: root/run.py
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2010-02-09 00:26:01 -0500
committerMac Mollison <mollison@cs.unc.edu>2010-02-09 00:41:51 -0500
commit398c0e00341ce6cd747dec36eb63e138c813a12c (patch)
treeb9a4468c6b081bbe2cfe97c51efd79c8984985c8 /run.py
parentd260162e66d5f15d6f133bc50c2dd47107e228de (diff)
Minor cleanup; added error printing functionality to stdout_printer.
Diffstat (limited to 'run.py')
-rwxr-xr-xrun.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.py b/run.py
index ad9a6e0..fc758e5 100755
--- a/run.py
+++ b/run.py
@@ -30,5 +30,5 @@ g4 = [
30# Pipeline 30# Pipeline
31############################################################################### 31###############################################################################
32 32
33stream = trace_reader.get_trace_record_stream(g4) 33stream = trace_reader.trace_reader(g4)
34stdout_printer.print_stream(stream) 34stdout_printer.stdout_printer(stream)