mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 05:52:50 +01:00
clear trailing whitespace
This commit is contained in:
parent
87942af4c4
commit
7436f093fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue