Fix syntax error
This commit is contained in:
parent
c6fc9081c5
commit
2b0ab5e9aa
1 changed files with 1 additions and 1 deletions
|
@ -2381,7 +2381,7 @@ class RosterWindow:
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
w.window.destroy()
|
w.window.destroy()
|
||||||
except AttributeError, RuntimeError:
|
except (AttributeError, RuntimeError):
|
||||||
w.destroy()
|
w.destroy()
|
||||||
|
|
||||||
def close_all(self, account, force=False):
|
def close_all(self, account, force=False):
|
||||||
|
|
Loading…
Add table
Reference in a new issue