mirror of
https://github.com/django/django.git
synced 2025-03-10 09:22:46 +00:00
parent
9618d68b34
commit
18b3788401
@ -120,4 +120,6 @@ def symlinks_supported():
|
|||||||
else:
|
else:
|
||||||
os.remove(symlink_path)
|
os.remove(symlink_path)
|
||||||
finally:
|
finally:
|
||||||
|
os.rmdir(original_path)
|
||||||
|
os.rmdir(tmpdir)
|
||||||
return supported
|
return supported
|
||||||
|
Loading…
x
Reference in New Issue
Block a user