Skip to content

Commit 894bb07

Browse files
Update climada/hazard/tc_tracks.py
Co-authored-by: Samuel Juhel <[email protected]>
1 parent cc79d57 commit 894bb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/hazard/tc_tracks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ def from_FAST(cls, folder_name: str):
16431643
TCTracks object with tracks data from the given directory of NetCDF files.
16441644
"""
16451645

1646-
LOGGER.info("Reading %s files.", len(get_file_names(folder_name)))
1646+
LOGGER.info(f"Reading {len(get_file_names(folder_name))} files.")
16471647
data = []
16481648
for file in get_file_names(folder_name):
16491649
if Path(file).suffix != ".nc":

0 commit comments

Comments
 (0)