summaryrefslogtreecommitdiff
path: root/tests/variables/variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/variables/variables.py')
-rw-r--r--tests/variables/variables.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/variables/variables.py b/tests/variables/variables.py
index 7562857f9..0352ecd27 100644
--- a/tests/variables/variables.py
+++ b/tests/variables/variables.py
@@ -32,8 +32,8 @@ def assert_command(datafiles, tmpdir, target, command, expected):
assert(commands.get(command) is not None)
assert(len(commands[command]) > 0)
- print("Commands:\n%s" % commands[command][0])
- print("Expected:\n%s" % expected)
+ print("Commands:\n{}".format(commands[command][0]))
+ print("Expected:\n{}".format(expected))
assert(commands[command][0] == expected)