Skip to content

Commit

Permalink
Update src/siphon/catalog.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Huard <[email protected]>
  • Loading branch information
tlogan2000 and huard authored Jan 8, 2024
1 parent b2587a5 commit 33cf829
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/siphon/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,11 @@ def walk(self, depth=1):
depth : int
Maximum recursive depth. Setting 0 will return only datasets within the top-level catalog. If None,

Check failure on line 402 in src/siphon/catalog.py

View workflow job for this annotation

GitHub Actions / Flake8

[flake8] reported by reviewdog 🐶 E501 line too long (109 > 95 characters) Raw Output: ./src/siphon/catalog.py:402:96: E501 line too long (109 > 95 characters)
depth is set to 1000.
Yields
------
Dataset
Siphon catalog dataset.
"""
yield from self.datasets.values()
if depth is None:
Expand Down

0 comments on commit 33cf829

Please sign in to comment.