Skip to content

Commit

Permalink
feat(ModflowFlwob): Try to make Codacy happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellino-usgs committed Jun 20, 2019
1 parent 4adf51f commit eca305a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/modflow/mfflwob.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def load(f, model, flowtype=None, ext_unit_dict=None, check=True):
model.get_ext_dict_attr(ext_unit_dict,
filetype=ext.upper())
if iufbobsv > 0:
iu, filenames[1] = \
_, filenames[1] = \
model.get_ext_dict_attr(ext_unit_dict, unit=iufbobsv)
model.add_pop_key_list(iufbobsv)

Expand Down

0 comments on commit eca305a

Please sign in to comment.