Commit 6d0bb1a6 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Make `BasePath::new_temp_dir` return the same path for the program lifetime (#12246)



* Make `BasePath::new_temp_dir` return the same path for the program lifetime

Instead of returning always a different path, this now returns the same path for the entire lifetime
of the program. We still ensure that the path is cleared at the end of the program.

* Update client/service/src/config.rs

Co-authored-by: default avatarKoute <[email protected]>

* Update client/service/src/config.rs

Co-authored-by: default avatarNitwit <[email protected]>

* FMT

Co-authored-by: default avatarKoute <[email protected]>
Co-authored-by: default avatarNitwit <[email protected]>
parent 9bbede8e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment