Skip to content

Commit

Permalink
Merge pull request #1109 from MODFLOW-USGS/v6.4.1
Browse files Browse the repository at this point in the history
Release 6.4.1
  • Loading branch information
wpbonelli authored Dec 9, 2022
2 parents 4458f9f + c8b782a commit 9595b25
Show file tree
Hide file tree
Showing 51 changed files with 3,792 additions and 2,481 deletions.
2 changes: 1 addition & 1 deletion .build_rtd_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
pth = os.path.join("..", "distribution")
args = (
"python",
"make_release.py",
"update_version.py",
)
# run the command
proc = Popen(args, stdout=PIPE, stderr=PIPE, cwd=pth)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/common/fortran-format-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for path in "${SEARCHPATHS[@]}"; do

((checkcount++))

if [[ ! -z $(fprettify -d -c ./distribution/.fprettify.yaml "${file}" 2>&1) ]]; then
if [[ ! -z $(fprettify -d -c .fprettify.yaml "${file}" 2>&1) ]]; then
fformatfails+=("${file}")
fi
done
Expand Down
Loading

0 comments on commit 9595b25

Please sign in to comment.