Skip to content

Commit

Permalink
Fix too long line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamarnix committed Nov 29, 2024
1 parent 3e85bf3 commit f54b824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flopy/utils/get_modflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ def _generate_mf6_classes(download_url: str, subset: Set[str]) -> None:
# So we take MODFLOW-USGS as owner, modflow6 as repo, and 6.5.0 as ref
path_parts = urlparse(download_url).path.split("/")
# TODO: When dfn files are included in executables,
# we can take the dfns directly from that path and we could set dfnpath directly to the downloaded bin folder.
# we can take the dfns directly from that path
# and we could set dfnpath directly to the downloaded bin folder.
generate_classes(owner=path_parts[1], repo=path_parts[2], ref=path_parts[-2])


Expand Down

0 comments on commit f54b824

Please sign in to comment.