DOI-USGS / modflow-setup

Python package for automating the setup of MODFLOW groundwater flow models
Other
48 stars 17 forks source link

added condition in get_packages() to skip blank lines in the name file #62

Closed hwreeves-USGS closed 2 years ago

hwreeves-USGS commented 2 years ago

mfsetup was throwing an empty list error because of a blank line in a name file. I added a condition to skip blank lines in get_packages().

aleaf commented 2 years ago

Thanks @hwreeves-USGS !