Skip to content

Commit 40a1adc

Browse files
committed
Update init_context.R
1 parent a07fcf2 commit 40a1adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/context/init_context.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const init_context = function(outputdir = "./", ssid = NULL) {
3838
symbols = list()
3939
);
4040

41-
sink(file = `${temp_dir}/run_analysis-${get_timestamp()}.log`);
41+
sink(file = `${temp_dir}/logs/run_analysis-${get_timestamp()}.log`);
4242
set(globalenv(), paste([__global_ctx,ssid], sep = "-"), context);
4343

4444
invisible(NULL);

0 commit comments

Comments
 (0)