From d8e125d87fe6bdc98b4fc05cd374a16d7ca7a253 Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Wed, 20 Mar 2024 21:01:02 +0100 Subject: [PATCH] Update src/icesat2waves/tools/iotools.py Co-authored-by: Carlos Paniagua --- src/icesat2waves/tools/iotools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icesat2waves/tools/iotools.py b/src/icesat2waves/tools/iotools.py index 51146c4..41bd17c 100644 --- a/src/icesat2waves/tools/iotools.py +++ b/src/icesat2waves/tools/iotools.py @@ -268,7 +268,7 @@ def nsidc_icesat2_get_associated_file( remote_names = [] for input_file in file_list: - # _logger.debug(input_file) + _logger.debug("input file: %s", input_file) # -- extract parameters from ICESat-2 ATLAS HDF5 file name SUB, PRD, HEM, YY, MM, DD, HH, MN, SS, TRK, CYC, GRN, RL, VRS = rx.findall( input_file