Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Feb 1, 2024
1 parent 04a5d5c commit d1e4197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/io/xcdat_openxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ def xcdat_openxml(
ncfile_list, data_var=data_var, decode_times=decode_times
)
else:
ds = xc.open_dataset(ncfile_list, data_var=data_var, decode_times=decode_times)
ds = xc.open_dataset(ncfile_list[0], data_var=data_var, decode_times=decode_times)

return ds

0 comments on commit d1e4197

Please sign in to comment.