Commit e14f9fed authored by bescoto's avatar bescoto

Removed strange line I couldn't figure out


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@379 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 7ff58766
......@@ -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)
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment