From 44ef3602bb74edb5da4713de5ca2926589cd8ad5 Mon Sep 17 00:00:00 2001 From: William Schueller Date: Wed, 27 Nov 2024 22:12:29 +0100 Subject: [PATCH] Typo in shutil call --- test/test_nonunicode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_nonunicode.py b/test/test_nonunicode.py index 5094f618..6d723662 100644 --- a/test/test_nonunicode.py +++ b/test/test_nonunicode.py @@ -35,7 +35,7 @@ def test_nonunicode_branchname(testrepo): folderpath = 'temp_repo_nonutf' if os.path.exists(folderpath): - shutil.rmdir(folderpath) + shutil.rmtree(folderpath) newrepo = pygit2.clone_repository( path=folderpath, url='https://github.com/pygit2/test_branch_notutf.git'