diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-24 16:56:08 -0500 |
---|---|---|
committer | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-24 16:56:08 -0500 |
commit | 908e7c75f53025a3064e28215da62ffcfdea6daa (patch) | |
tree | 8ae79b736fc69f2c05ba1adec2ae11c4b9e4720c /tests/test_sftp.py | |
parent | 5efa354ce9fff1217d22e52493d1442866821a7b (diff) |
[DATALAD RUNCMD] Run codespell -w
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
Diffstat (limited to 'tests/test_sftp.py')
-rw-r--r-- | tests/test_sftp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py index 2cd68d94..cecbb305 100644 --- a/tests/test_sftp.py +++ b/tests/test_sftp.py @@ -724,7 +724,7 @@ class TestSFTP: def test_seek_append(self, sftp): """ - verify that seek does't affect writes during append. + verify that seek doesn't affect writes during append. does not work except through paramiko. :( openssh fails. """ |