mirror of
https://github.com/Hopiu/django.git
synced 2026-05-17 03:51:06 +00:00
parent
9618d68b34
commit
18b3788401
1 changed files with 2 additions and 0 deletions
|
|
@ -120,4 +120,6 @@ def symlinks_supported():
|
|||
else:
|
||||
os.remove(symlink_path)
|
||||
finally:
|
||||
os.rmdir(original_path)
|
||||
os.rmdir(tmpdir)
|
||||
return supported
|
||||
|
|
|
|||
Loading…
Reference in a new issue