Skip to content

Commit b02c621

Browse files
committed
WIP
1 parent d280c14 commit b02c621

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

openandroidinstaller/tooling.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ def adb_twrp_install_addons(bin_path: Path, addons: List[str], is_ab: bool) -> b
252252
sleep(5)
253253
# now flash os image
254254
for line in adb_sideload(bin_path=bin_path, target=addon):
255-
if line:
256-
yield line
255+
yield line
257256
sleep(7)
258257
# finally reboot into os
259258
if is_ab:

0 commit comments

Comments
 (0)