summaryrefslogtreecommitdiffstats
path: root/test/Errors/Exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Errors/Exception.py')
-rw-r--r--test/Errors/Exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Errors/Exception.py b/test/Errors/Exception.py
index cc36035..30404fc 100644
--- a/test/Errors/Exception.py
+++ b/test/Errors/Exception.py
@@ -30,7 +30,7 @@ test = TestSCons.TestSCons(match = TestSCons.match_re_dotall)
test.write('SConstruct', """\
def foo(env, target, source):
- print str(target[0])
+ print(str(target[0]))
open(str(target[0]), 'wt').write('foo')
def exit(env, target, source):