aboutsummaryrefslogtreecommitdiff
path: root/steuermann/dot.py
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/dot.py')
-rw-r--r--steuermann/dot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/dot.py b/steuermann/dot.py
index e4d7a1f..eb9f3b4 100644
--- a/steuermann/dot.py
+++ b/steuermann/dot.py
@@ -11,7 +11,7 @@ Requires graphviz and pygraphviz
if len(sys.argv) < 2:
- print 'ERROR - missing argument(s)'
+ print('ERROR - missing argument(s)')
sys.exit(1)
sm_files = sys.argv[1:]