Compare commits

..

1 Commits

Author SHA1 Message Date
CODeRUS
b698ff85b4 Merge 2aefd86040 into 8330f90b56 2025-02-05 19:09:32 +01:00

View File

@@ -166,7 +166,7 @@ def start_flash_process(flash_options: FlashOptions) -> None:
if rc != 0:
raise Exception(f"Flashing failed with returncode: {rc}")
else:
Logger.print_ok("Flashing successful!", start="\n", end="\n\n")
Logger.print_ok("Flashing successfull!", start="\n", end="\n\n")
except (Exception, CalledProcessError):
Logger.print_error("Flashing failed!", start="\n")