mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7641b92166
commit
3453a0ecb2
@ -142,6 +142,8 @@ class RegexBuilder(QDialog, Ui_RegexBuilder):
|
|||||||
try:
|
try:
|
||||||
os.remove(fpath)
|
os.remove(fpath)
|
||||||
except:
|
except:
|
||||||
|
# Fails on windows if the input plugin for this format keeps the file open
|
||||||
|
# Happens for LIT files
|
||||||
pass
|
pass
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user