mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
Fix arg info doc
This commit is contained in:
@@ -85,6 +85,9 @@ class Cdm:
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
data (Union[Path, bytes]): The challenge data as a file path or bytes.
|
data (Union[Path, bytes]): The challenge data as a file path or bytes.
|
||||||
|
|
||||||
|
Raises:
|
||||||
|
FileNotFoundError: If the provided file path does not exist.
|
||||||
"""
|
"""
|
||||||
if isinstance(data, Path):
|
if isinstance(data, Path):
|
||||||
if not data.is_file():
|
if not data.is_file():
|
||||||
|
|||||||
Reference in New Issue
Block a user