We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a35c5 commit 44ef360Copy full SHA for 44ef360
test/test_nonunicode.py
@@ -35,7 +35,7 @@
35
def test_nonunicode_branchname(testrepo):
36
folderpath = 'temp_repo_nonutf'
37
if os.path.exists(folderpath):
38
- shutil.rmdir(folderpath)
+ shutil.rmtree(folderpath)
39
newrepo = pygit2.clone_repository(
40
path=folderpath,
41
url='https://github.com/pygit2/test_branch_notutf.git'
0 commit comments