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 3f7a878
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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/addon_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def build(self):
F-Droid is an installable catalogue of libre software apps for Android. The F-Droid client app makes it easy to browse, install, and keep track of updates on your device.
You can get the zip file to install this addon here: [https://f-droid.org/en/packages/org.fdroid.fdroid.privileged.ota](https://f-droid.org/en/packages/org.fdroid.fdroid.privileged.ota).
""",
on_tap_link=lambda e: self.page.launch_url(e.data),
),
actions=[
TextButton("Close", on_click=self.close_close_explain_addons_dlg),
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 3f7a878

Please sign in to comment.