Fix syntax error

This commit is contained in:
Philipp Hörist 2017-10-14 09:48:57 +02:00
parent c6fc9081c5
commit 2b0ab5e9aa
1 changed files with 1 additions and 1 deletions

View File

@ -2381,7 +2381,7 @@ class RosterWindow:
else:
try:
w.window.destroy()
except AttributeError, RuntimeError:
except (AttributeError, RuntimeError):
w.destroy()
def close_all(self, account, force=False):