summaryrefslogtreecommitdiff
path: root/poezio/roster.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/roster.py')
-rw-r--r--poezio/roster.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/poezio/roster.py b/poezio/roster.py
index ac8012cb..89925e07 100644
--- a/poezio/roster.py
+++ b/poezio/roster.py
@@ -244,8 +244,6 @@ class Roster(object):
f.writelines([str(i) + "\n" for i in self.contacts if self[i] and (self[i].subscription == "both" or self[i].ask)])
f.close()
return True
- except IOError:
- return False
except OSError:
return False