From c0a750b5be8d3e391b359477fc1636b3b41bb2e6 Mon Sep 17 00:00:00 2001 From: dalthviz Date: Mon, 6 Feb 2023 17:46:50 -0500 Subject: [PATCH] Application: Initialize content variable for update available message --- spyder/plugins/application/container.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spyder/plugins/application/container.py b/spyder/plugins/application/container.py index 40e6e5b6902..3bf7f2de04b 100644 --- a/spyder/plugins/application/container.py +++ b/spyder/plugins/application/container.py @@ -305,6 +305,7 @@ def _check_updates_ready(self): header = _("Spyder {} is available! " "(you have {})

").format( latest_release, __version__) + content = "" footer = _( "For more information, visit our " "installation guide."