Skip to content
Snippets Groups Projects
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 <koute@users.noreply.github.com>

* Update client/service/src/config.rs

Co-authored-by: default avatarNitwit <47109040+nitwit69@users.noreply.github.com>

* FMT

Co-authored-by: default avatarKoute <koute@users.noreply.github.com>
Co-authored-by: default avatarNitwit <47109040+nitwit69@users.noreply.github.com>
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