This commit is contained in:
Kovid Goyal 2011-06-24 17:24:36 -06:00
parent 7641b92166
commit 3453a0ecb2

View File

@ -142,6 +142,8 @@ class RegexBuilder(QDialog, Ui_RegexBuilder):
try:
os.remove(fpath)
except:
# Fails on windows if the input plugin for this format keeps the file open
# Happens for LIT files
pass
return True