Commit a90f0e60 authored by Claude Paroz's avatar Claude Paroz
Browse files

[1.7.x] Cleaned temp dir in symlinks_supported()

Refs #21482.
Backport of 18b37884 from master.
parent f50a1778
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -120,4 +120,6 @@ def symlinks_supported():
    else:
        os.remove(symlink_path)
    finally:
        os.rmdir(original_path)
        os.rmdir(tmpdir)
        return supported