aboutsummaryrefslogtreecommitdiffstats
path: root/examples/read_dumpfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/read_dumpfile')
-rw-r--r--examples/read_dumpfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/read_dumpfile b/examples/read_dumpfile
index 56746bb8..39f18e3d 100644
--- a/examples/read_dumpfile
+++ b/examples/read_dumpfile
@@ -17,4 +17,4 @@ with open(sys.argv[1], "rb") as logfile:
pp.pprint(f.get_state())
print("")
except flow.FlowReadError as v:
- print "Flow file corrupted. Stopped loading."
+ print("Flow file corrupted. Stopped loading.")