Skip to content

Commit

Permalink
fix(z02): correcting mistake from last commit (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
langevin-usgs authored Apr 8, 2019
1 parent ff16330 commit 4ae45f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/test_z02_nightly_build_mf5to6.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
for root, dirs, files in os.walk(home):
for d in dirs:
if d.startswith(fdir):
exdir = os.path.join(root, d, 'mf6')
exdir = os.path.join(root, d, 'mf5to6')
break
if exdir is not None:
break
Expand Down

0 comments on commit 4ae45f8

Please sign in to comment.