mirror of
https://github.com/django/django.git
synced 2025-10-29 16:46:11 +00:00
@@ -120,4 +120,6 @@ def symlinks_supported():
|
||||
else:
|
||||
os.remove(symlink_path)
|
||||
finally:
|
||||
os.rmdir(original_path)
|
||||
os.rmdir(tmpdir)
|
||||
return supported
|
||||
|
||||
Reference in New Issue
Block a user