From e1505320d4618a3a3fad652e3253aaf2a167e7f0 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sat, 8 Nov 2025 15:19:45 +0100 Subject: [PATCH] Comments --- .../builtin/apps/com.micropythonos.osupdate/assets/osupdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets/osupdate.py b/internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets/osupdate.py index d194d897..2e88a3bc 100644 --- a/internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets/osupdate.py +++ b/internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets/osupdate.py @@ -196,7 +196,7 @@ class OSUpdate(Activity): self.update_ui_threadsafe_if_foreground(self.install_button.remove_state, lv.STATE.DISABLED) # allow retry except Exception as e: self.update_ui_threadsafe_if_foreground(self.status_label.set_text, f"Update error: {e}") - self.update_ui_threadsafe_if_foreground(self.install_button.remove_state, lv.STATE.DISABLED) + self.update_ui_threadsafe_if_foreground(self.install_button.remove_state, lv.STATE.DISABLED) # allow retry # Non-class functions: