Skip to content

Commit 44ef360

Browse files
committed
Typo in shutil call
1 parent e6a35c5 commit 44ef360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_nonunicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
def test_nonunicode_branchname(testrepo):
3636
folderpath = 'temp_repo_nonutf'
3737
if os.path.exists(folderpath):
38-
shutil.rmdir(folderpath)
38+
shutil.rmtree(folderpath)
3939
newrepo = pygit2.clone_repository(
4040
path=folderpath,
4141
url='https://github.com/pygit2/test_branch_notutf.git'

0 commit comments

Comments
 (0)