Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Mar 17, 2024
1 parent 3acc15c commit e9e220d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ fn main() {

let args = Args::parse();

// if we have a --global-tempdir-path passed, create all tempdirs in there, otherwise use TempDir default which is /tmp/
let global_tempdir = if let Some(ref custom_tempdir_path) = args.global_tempdir_path {
let mut custom_tmpdir = std::path::PathBuf::from(&custom_tempdir_path);
let dir_display = custom_tmpdir.display();
Expand Down

0 comments on commit e9e220d

Please sign in to comment.