summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/director_profile_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/director_profile_runme.py')
-rw-r--r--Examples/test-suite/python/director_profile_runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/python/director_profile_runme.py b/Examples/test-suite/python/director_profile_runme.py
index 035007c61..7c269c3f7 100644
--- a/Examples/test-suite/python/director_profile_runme.py
+++ b/Examples/test-suite/python/director_profile_runme.py
@@ -38,4 +38,4 @@ while i:
a = fi(a) # 20
i -= 1
-print a
+print("a: {}".format(a))