forked from TrueCloudLab/frostfs-testcases
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:
parent
abe73fcc96
commit
ec1dd45e0b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def get_file_hash(file_path: str, len: Optional[int] = None, offset: Optional[in
|
||||||
Args:
|
Args:
|
||||||
file_path: Path to the file to generate hash for.
|
file_path: Path to the file to generate hash for.
|
||||||
len: How many bytes to read.
|
len: How many bytes to read.
|
||||||
offset: Which position to start reading
|
offset: Position to start reading from.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Hash of the file as hex-encoded string.
|
Hash of the file as hex-encoded string.
|
||||||
|
|
Loading…
Reference in a new issue