We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc79d57 commit 894bb07Copy full SHA for 894bb07
climada/hazard/tc_tracks.py
@@ -1643,7 +1643,7 @@ def from_FAST(cls, folder_name: str):
1643
TCTracks object with tracks data from the given directory of NetCDF files.
1644
"""
1645
1646
- LOGGER.info("Reading %s files.", len(get_file_names(folder_name)))
+ LOGGER.info(f"Reading {len(get_file_names(folder_name))} files.")
1647
data = []
1648
for file in get_file_names(folder_name):
1649
if Path(file).suffix != ".nc":
0 commit comments