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