summaryrefslogtreecommitdiffstats
path: root/test/Variables/import.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Variables/import.py')
-rw-r--r--test/Variables/import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Variables/import.py b/test/Variables/import.py
index 2da670a..3cdee21 100644
--- a/test/Variables/import.py
+++ b/test/Variables/import.py
@@ -48,7 +48,7 @@ SConscript_contents = """\
Import("opts")
env = Environment()
opts.Update(env)
-print("VARIABLE =", env.get('VARIABLE'))
+print("VARIABLE = %s"%env.get('VARIABLE'))
"""
test.write(['bin', 'opts.cfg'], """\