Hi,
Actually that is still an unfixed bug. It just no longer gets hit. The self.s[b:p] should really be s[b:p].
I will fix this now and commit the fix to master.
So I am very happy you submitted the bug report!
KevinH
Quote:
Originally Posted by Arios
Hi Kevin and Diap,
Sorry, but I found an error in Sigil 0.8.901.0 (win 7, HP 64 b).
I was playing with a new crutledge's epub ( Shawnee's Warning, The, here: https://www.mobileread.com/forums/sho...d.php?t=266762). By habit I made a SanityCheck which has barked with the following message:
Code:
Embedded Python Error
Traceback (most recent call last):
File "F:/Sigil89/python3lib\sanitycheck.py", line 290, in perform_sanity_check
has_error, errlist = p.check()
File "F:/Sigil89/python3lib\sanitycheck.py", line 61, in check
for text, tp, tname, ttype, tattr in self.parse_iter():
File "F:/Sigil89/python3lib\sanitycheck.py", line 213, in parse_iter
tname, ttype, tattr = self.parsetag(tag)
File "F:/Sigil89/python3lib\sanitycheck.py", line 97, in parsetag
error_msg = 'Tag name not properly delimited: "' + self.s[b:p] + '"'
AttributeError: 'SanityCheck' object has no attribute 's'
No problem with the message, but after that Sigil doesn't close, the process must be killed.
PS Sigil 8.6 has no problem nor epubcheck 4.
|