diff --git a/master/custom/release_dashboard.py b/master/custom/release_dashboard.py index 83a9fd2a..6364c592 100644 --- a/master/custom/release_dashboard.py +++ b/master/custom/release_dashboard.py @@ -114,6 +114,8 @@ def branches(self): for version, info in self._app.branch_info.items(): if info['status'] == 'end-of-life': continue + if info['branch'] == '': + continue if info['branch'] == 'main': tag = '3.x' else: