Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I removed an except TypeError block from MARBL_settings_file_class, but we still need that to capture times when input_file is None. At some point, I think the whole try-except block can be replaced with a couple of if statements (return if input_file is None, abort if input_file is not found)
- Loading branch information