Skip to content

Commit e150532

Browse files
Comments
1 parent 0a182ba commit e150532

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets

1 file changed

+1
-1
lines changed

internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets/osupdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def update_with_lvgl(self, url):
196196
self.update_ui_threadsafe_if_foreground(self.install_button.remove_state, lv.STATE.DISABLED) # allow retry
197197
except Exception as e:
198198
self.update_ui_threadsafe_if_foreground(self.status_label.set_text, f"Update error: {e}")
199-
self.update_ui_threadsafe_if_foreground(self.install_button.remove_state, lv.STATE.DISABLED)
199+
self.update_ui_threadsafe_if_foreground(self.install_button.remove_state, lv.STATE.DISABLED) # allow retry
200200

201201
# Non-class functions:
202202

0 commit comments

Comments
 (0)