Skip to content

Commit

Permalink
Fix markdown bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed May 12, 2023
1 parent 54e5373 commit 249714a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion openandroidinstaller/tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def adb_twrp_format_data(bin_path: Path) -> TerminalResponse:
if (type(line) == str) and ("Unrecognized script command" in line):
unknown_command = True
yield line

# if it fails because the command is unknown, retry with wipe data.
if unknown_command:
logger.info(
Expand Down
1 change: 0 additions & 1 deletion openandroidinstaller/views/success_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def close_window(e):
[How to contribute]({contribute_link})
""",
on_tap_link=lambda e: self.page.launch_url(e.data),
),
Row(
[
Expand Down

0 comments on commit 249714a

Please sign in to comment.