mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
Remove trailing whitespace added in a45dcdc
This commit is contained in:
parent
0f8fc33952
commit
26a17a3703
1 changed files with 1 additions and 1 deletions
|
|
@ -652,7 +652,7 @@ class ConfigTest(unittest.TestCase, TestHelper, _common.Assertions):
|
|||
self.setup_beets()
|
||||
|
||||
# Don't use the BEETSDIR from `helper`. Instead, we point the home
|
||||
# directory there. Some tests will set `BEETSDIR` themselves.
|
||||
# directory there. Some tests will set `BEETSDIR` themselves.
|
||||
del os.environ['BEETSDIR']
|
||||
self._old_home = os.environ.get('HOME')
|
||||
os.environ['HOME'] = self.temp_dir
|
||||
|
|
|
|||
Loading…
Reference in a new issue