From 2f352ba7751281d507fd0a7e95241cffad7487e6 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 25 Sep 2017 17:36:04 -0700 Subject: fix tests --- test/Variables/import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], """\ -- cgit v0.12