Update pytest_tests/helpers/file_helper.py

Co-authored-by: Vladimir <108462321+vdomnich-yadro@users.noreply.github.com>
Signed-off-by: anikeev-yadro <110966367+anikeev-yadro@users.noreply.github.com>
This commit is contained in:
anikeev-yadro 2022-10-25 09:53:16 +03:00
parent abe73fcc96
commit ec1dd45e0b

View file

@ -66,7 +66,7 @@ def get_file_hash(file_path: str, len: Optional[int] = None, offset: Optional[in
Args:
file_path: Path to the file to generate hash for.
len: How many bytes to read.
offset: Which position to start reading
offset: Position to start reading from.
Returns:
Hash of the file as hex-encoded string.