mirror of
https://github.com/dw-0/kiauh.git
synced 2026-04-01 23:35:13 +05:00
Compare commits
2 Commits
b698ff85b4
...
e95af1d998
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e95af1d998 | ||
|
|
4978f22101 |
@@ -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 successfull!", start="\n", end="\n\n")
|
Logger.print_ok("Flashing successful!", 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