From bd030f61c6b360fd360632bbc6c19abb057c9a24 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 23 Nov 2017 19:05:05 +0100 Subject: [PATCH] more whitespace --- Tests/misc/xmlReader_test.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Tests/misc/xmlReader_test.py b/Tests/misc/xmlReader_test.py index d04e6eb35..14b69787d 100644 --- a/Tests/misc/xmlReader_test.py +++ b/Tests/misc/xmlReader_test.py @@ -150,25 +150,25 @@ class TestXMLReader(unittest.TestCase): expectedLangId = '0x409' with tempfile.NamedTemporaryFile(delete=False) as tmp: - subFileData = ( - '' - '' - '' - '%s' - '' - '' + '' + '' + '' + '%s' + '' + '' '' - )%(expectedNameID, expectedPlatform, expectedLangId, expectedContent) + ) % (expectedNameID, expectedPlatform, expectedLangId, expectedContent) tmp.write(subFileData.encode("utf-8")) + with tempfile.NamedTemporaryFile(delete=False) as tmp2: fileData = ( '' - '' - '' - '' - '' - )%(tmp.name) + '' + '' + '' + '' + ) % tmp.name tmp2.write(fileData.encode('utf-8')) ttf = TTFont()