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 d8368ec commit ec94502Copy full SHA for ec94502
undelete
@@ -55,7 +55,7 @@ def actually_undelete(filename, options):
55
if os.path.isdir(undeleted_name) and \
56
not os.path.islink(undeleted_name) and \
57
not libdelete.is_mountpoint(undeleted_name):
58
- shutil.rmtree(undleted_name)
+ shutil.rmtree(undeleted_name)
59
else:
60
os.unlink(undeleted_name)
61
if options.noop:
0 commit comments