Skip to content

Commit

Permalink
Merge branch 'main' into feat-logger/4-replace-print-logger-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg authored Mar 21, 2024
2 parents 3196b3a + a10364c commit 2b3111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icesat2waves/tools/iotools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b3111e

Please sign in to comment.