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

fix: Lint

parent 1149a2eb
Branches
Tags
No related merge requests found
......@@ -150,7 +150,7 @@ class DriveHandle:
Parameters:
symbol (chr): The symbol the pattern file shall be filled with
"""
print(colored(f"[DriveHandle] Writing a pattern to the raw disk.", "light_grey"))
print(colored("[DriveHandle] Writing a pattern to the raw disk.", "light_grey"))
pattern_symbol: bytes = b'A' * 512
progressbar = Spinner('[DriveHandle] Writing the pattern')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment