From 4171e748e8b80b71a270e8e77cb146d5cbe671b1 Mon Sep 17 00:00:00 2001 From: bescoto Date: Wed, 6 Aug 2003 08:28:27 +0000 Subject: 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 --- rdiff-backup/rdiff_backup/selection.py | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.1