Skip to content

Commit

Permalink
Typo in shutil call
Browse files Browse the repository at this point in the history
  • Loading branch information
wschuell committed Nov 27, 2024
1 parent e6a35c5 commit 44ef360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_nonunicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 44ef360

Please sign in to comment.