Skip to content
Snippets Groups Projects
Commit cfbbf623 authored by Justus Müller's avatar Justus Müller :bee:
Browse files

doc: Add symbol documentation of symbol in write_pattern func

parent 8b75c34a
Branches
Tags
No related merge requests found
......@@ -147,6 +147,7 @@ class DriveHandle:
Writes the pattern file to the disk
Parameters:
symbol (chr): The symbol the pattern file shall be filled with
path (str): The path to the pattern file
"""
print(colored(f"[DriveHandle] Writing a file ({path}) with 0x{symbol.encode().hex()} pattern to fill the disk.", "light_grey"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment