Skip to content

Commit

Permalink
no colons
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasia-popova committed Apr 11, 2024
1 parent 680907c commit 8260634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Regridder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ function truncate_dataset(
date_start = date0 + Dates.Second(time_start)
date_end = date0 + Dates.Second(time_start + time_end)

file_name = string(name, "_truncated_data_", string(date_start), string(date_end), ".nc")
file_name = replace(string(name, "_truncated_data_", string(date_start), string(date_end), ".nc"), r":" => "")
datafile_truncated = joinpath(datapath_trunc, file_name)

println("datapath : ", datapath_trunc)
Expand Down

0 comments on commit 8260634

Please sign in to comment.