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
commit4171e748e8b80b71a270e8e77cb146d5cbe671b1 (patch)
tree1c11ed9a616f48d57283d80da7640c6c921ff85f
parentb7a0ecb76cdc4e5e4412cd4e0dff488ba32fc933 (diff)
downloadrdiff-backup-4171e748e8b80b71a270e8e77cb146d5cbe671b1.tar.gz
Removed strange line I couldn't figure out
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@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 671ee97..b63db4a 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)