File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ def add_dollar_or_nondollar_path(
836836 )
837837 )
838838 paths += [new_path ]
839- logger .info (
839+ logger .debug (
840840 f"Path after adding dollar '{ new_path } ', replacing non-dollar: '{ non_dollar_path .as_posix ()!s} ' with '${ dollar } ', paths: { paths } "
841841 )
842842 return paths
@@ -877,7 +877,7 @@ def go_back_in_time(
877877 + curr_path .name [year_range [1 ] :]
878878 )
879879 curr_path = Path (curr_path .parent , name_update )
880- logger .info (f"Looking back at { looking_back } , { curr_path = } " )
880+ logger .debug (f"Looking back at { looking_back } , { curr_path = } " )
881881 yr_combinations = get_path_combinations (curr_path , file_exts = exts )
882882 for yrpath , ext in yr_combinations :
883883 url_address = url_from_path (yrpath .with_suffix (ext ))
You can’t perform that action at this time.
0 commit comments