Skip to content

Commit

Permalink
if following return -> elif following assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
claytharrison committed Feb 13, 2024
1 parent c1aee50 commit f43690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ascat/read_native/ragged_array_ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ def get_filenames(
"""
if start_dt is None and end_dt is None:
fnames = list(self.path.glob("**/*.nc"))
if self.chron_files:
elif self.chron_files:
fnames = self.chron_files.search_period(
start_dt,
end_dt,
Expand Down

0 comments on commit f43690e

Please sign in to comment.