Skip to content

Commit

Permalink
review maintainability suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 5, 2024
1 parent dd00b0a commit f436490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/utils/get_modflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_ostag() -> str:


def get_suffixes(ostag) -> Tuple[str, str]:
if ostag in ["win32", "win64", "win64ext", "win64par"]:
if ostag.startswith("win"):
return ".exe", ".dll"
elif ostag == "linux":
return "", ".so"
Expand Down

0 comments on commit f436490

Please sign in to comment.