Bugfix: Fix deletion of .1 files for NoExtract type v2.0.0
authorIra W. Snyder <devel@irasnyder.com>
Sat, 27 Jan 2007 19:27:50 +0000 (11:27 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Sat, 27 Jan 2007 19:27:50 +0000 (11:27 -0800)
commit2bfcd1533957e5ab9d48baa9860c4d5de2154a1f
tree794da88abbc64065d5ce79eb32339a6d563f280d
parentcf71ae189f5ea8d3c39e219485b87a69fb5db5bf
Bugfix: Fix deletion of .1 files for NoExtract type

The NoExtract type failed to delete files that were produced during the
repair stage. These files typically end with the extension ".1". This patch
updates the update_matches() function to handle this case.

Note that it is possible that other sets will have this problem, in which
case this patch could be ported to the PAR2Set.Base.Base class, but I have
never seen such a case in the wild.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
PAR2Set/NoExtract.py