summaryrefslogtreecommitdiffstats
path: root/run.py
diff options
context:
space:
mode:
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)