Show More
@@ -545,7 +545,7 b' def unlinkpath(f, ignoremissing=False):' | |||||
545 | raise |
|
545 | raise | |
546 | # try removing directories that might now be empty |
|
546 | # try removing directories that might now be empty | |
547 | try: |
|
547 | try: | |
548 |
|
|
548 | removedirs(os.path.dirname(f)) | |
549 | except OSError: |
|
549 | except OSError: | |
550 | pass |
|
550 | pass | |
551 |
|
551 |
General Comments 0
You need to be logged in to leave comments.
Login now