Fix lint
This commit is contained in:
parent
a1fa40f067
commit
9706dcbda5
@ -323,7 +323,7 @@ def _move_windows():
|
||||
for f in os.listdir(old_appdata_dir):
|
||||
if f != 'cache':
|
||||
_move_data(os.path.join(old_appdata_dir, f),
|
||||
os.path.join(new_config_dir, f))
|
||||
os.path.join(new_config_dir, f))
|
||||
|
||||
|
||||
def _init_cachedir_tag():
|
||||
|
@ -476,7 +476,7 @@ def test_init(mocker, tmpdir, args_kind):
|
||||
|
||||
|
||||
@pytest.mark.linux
|
||||
def test_downloads_dir_not_crated(monkeypatch, tmpdir):
|
||||
def test_downloads_dir_not_created(monkeypatch, tmpdir):
|
||||
"""Make sure ~/Downloads is not created."""
|
||||
download_dir = tmpdir / 'Downloads'
|
||||
monkeypatch.setenv('HOME', str(tmpdir))
|
||||
|
Loading…
Reference in New Issue
Block a user