fix variable initialization. Fixes #7551
This commit is contained in:
parent
ac5e65b3b6
commit
a0e84e08cf
|
@ -948,6 +948,7 @@ class AgentBrowser:
|
|||
Set the window title based on agent info
|
||||
"""
|
||||
# Set the banner and window title
|
||||
name = ''
|
||||
if len(identities) > 1:
|
||||
# Check if an identity with server category is present
|
||||
for i, _identity in enumerate(identities):
|
||||
|
|
Loading…
Reference in New Issue