mirror of
https://github.com/dw-0/kiauh.git
synced 2026-04-01 23:35:13 +05:00
Compare commits
1 Commits
e95af1d998
...
b698ff85b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b698ff85b4 |
@@ -166,7 +166,7 @@ def start_flash_process(flash_options: FlashOptions) -> None:
|
|||||||
if rc != 0:
|
if rc != 0:
|
||||||
raise Exception(f"Flashing failed with returncode: {rc}")
|
raise Exception(f"Flashing failed with returncode: {rc}")
|
||||||
else:
|
else:
|
||||||
Logger.print_ok("Flashing successful!", start="\n", end="\n\n")
|
Logger.print_ok("Flashing successfull!", start="\n", end="\n\n")
|
||||||
|
|
||||||
except (Exception, CalledProcessError):
|
except (Exception, CalledProcessError):
|
||||||
Logger.print_error("Flashing failed!", start="\n")
|
Logger.print_error("Flashing failed!", start="\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user