mirror of
https://github.com/django/django.git
synced 2025-09-27 20:49:21 +00:00
Fix a typo in a comment.
This commit is contained in:
parent
b4b8977814
commit
aa1aa1ad41
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ def rmtree_errorhandler(func, path, exc_info):
|
||||||
continue without problems.
|
continue without problems.
|
||||||
"""
|
"""
|
||||||
exctype, value = exc_info[:2]
|
exctype, value = exc_info[:2]
|
||||||
# lookin for a windows error
|
# looking for a windows error
|
||||||
if exctype is not WindowsError or 'Access is denied' not in str(value):
|
if exctype is not WindowsError or 'Access is denied' not in str(value):
|
||||||
raise
|
raise
|
||||||
# file type should currently be read only
|
# file type should currently be read only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue