Skip to content

Commit e061729

Browse files
committed
bug corrections in s3 bucket reading functionality
1 parent c66da8d commit e061729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyrad_proc/pyrad/io/io_aux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2793,7 +2793,7 @@ def get_scan_files_to_merge_s3(basepath, scan_list, radar_name, radar_res,
27932793
for content in response['Contents']:
27942794
if fnmatch.fnmatch(content['Key'], pattern):
27952795
fdatetime = find_date_in_file_name(
2796-
filename_aux, date_format=fdate_strf)
2796+
content['Key'], date_format=fdate_strf)
27972797
if master_scan_time_tol == 0:
27982798
if fdatetime == voltime:
27992799
fname_list.append(content['Key'])

0 commit comments

Comments
 (0)