Philipp Hörist pushed to branch master at gajim / gajim
Commits:
2b0ab5e9 by Philipp Hörist at 2017-10-14T09:48:57+02:00
Fix syntax error
- - - - -
1 changed file:
- gajim/roster_window.py
Changes:
=====================================
gajim/roster_window.py
=====================================
--- a/gajim/roster_window.py
+++ b/gajim/roster_window.py
@@ -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):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/2b0ab5e9aaffc24aacbfb071069cee81475ece9f
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/2b0ab5e9aaffc24aacbfb071069cee81475ece9f
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits