Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Oct 23, 2023
1 parent 9aaa530 commit 1748780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlmod/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def download_modpath_provisional_exe(bindir=None, timeout=120):
elif sys.platform.startswith("linux"):
fname = "mp7_linux_20230911_8eca8d8"
else:
raise (OsError(f"Unknown platform: {sys.platform}"))
raise (OSError(f"Unknown platform: {sys.platform}"))
url = "https://github.com/MODFLOW-USGS/modpath-v7/raw/develop/msvs/bin_PROVISIONAL"
url = f"{url}/{fname}"
r = requests.get(url, allow_redirects=True, timeout=timeout)
Expand Down

0 comments on commit 1748780

Please sign in to comment.