From 7436f093fe121d3815cf39bda9788de46cfb049f Mon Sep 17 00:00:00 2001 From: tweitzel Date: Sat, 3 Dec 2016 17:42:17 -0800 Subject: [PATCH] clear trailing whitespace --- test/test_library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_library.py b/test/test_library.py index 105a4d7cd..e30c305e6 100644 --- a/test/test_library.py +++ b/test/test_library.py @@ -417,7 +417,7 @@ class DestinationTest(_common.TestCase): def test_asciify_and_replace(self): config['asciify_paths'] = True self.lib.replacements = [ - (re.compile(u'"'), u'q'), + (re.compile(u'"'), u'q'), (re.compile(os.path.sep), config['path_sep_replace'].get()) ] self.lib.directory = b'lib'