Skip to content

Commit

Permalink
missing or unrecognized config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Isha Gokhale committed Oct 19, 2023
1 parent 722be56 commit 3e8db1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casanovo/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self, config_file: Optional[str] = None):
raise KeyError(
f"Unrecognized config file entry {key}"
)

# Validate:
for key, val in self._config_types.items():
self.validate_param(key, val)
Expand Down

0 comments on commit 3e8db1f

Please sign in to comment.