summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-06 08:28:27 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-06 08:28:27 +0000
commit87cf997d50d6d6601f808aec50e8cdc9e2d862f5 (patch)
tree3f914d728d7fd5d51174566768e39495328f7623
parentea6a1fea36a975f2c541738f2c8df0099682d2cc (diff)
downloadrdiff-backup-87cf997d50d6d6601f808aec50e8cdc9e2d862f5.tar.gz
Removed strange line I couldn't figure out
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@379 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/selection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/selection.py b/rdiff-backup/rdiff_backup/selection.py
index b502013..0c6c548 100644
--- a/rdiff-backup/rdiff_backup/selection.py
+++ b/rdiff-backup/rdiff_backup/selection.py
@@ -262,7 +262,6 @@ class Select:
elif opt == "--include-regexp":
self.add_selection_func(self.regexp_get_sf(arg, 1))
else: assert 0, "Bad selection option %s" % opt
- except IOError: pass
except SelectError, e: self.parse_catch_error(e)
assert filelists_index == len(filelists)