mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
add typehints for check_params
This commit is contained in:
parent
2f40ff8ce9
commit
7a3a28dad0
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ def check_idl(idl: list, che: list) -> str:
|
||||||
return miss_str
|
return miss_str
|
||||||
|
|
||||||
|
|
||||||
def check_params(path: str, param_hash: str, prefix: str, param_prefix: str ="parameters_") -> dict[str, list]:
|
def check_params(path: str, param_hash: str, prefix: str, param_prefix: str ="parameters_") -> dict[str, str]:
|
||||||
"""
|
"""
|
||||||
Check if, for sfcf, the parameter hashes at the end of the parameter files are in fact the expected one.
|
Check if, for sfcf, the parameter hashes at the end of the parameter files are in fact the expected one.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue