We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d977550 commit df0fdf6Copy full SHA for df0fdf6
src/hip_ra/__init__.py
@@ -21,7 +21,7 @@ def __init__(self, file_path_or_params_dict: Any):
21
)
22
file_path_or_params_dict = str(tmp_file_path)
23
elif not isinstance(file_path_or_params_dict, (str, Path)):
24
- raise ValueError('Provide either file path as string or parameters as dict')
+ raise ValueError('Provide either file path (as Path or string) or parameters as dict')
25
26
self._input_file_path = Path(file_path_or_params_dict)
27
self._output_file_path = Path(
0 commit comments