mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6becd633ba
commit
fb08ceb1e5
@ -118,7 +118,6 @@ class CSSSelector(object):
|
|||||||
css_to_xpath_no_case(css))
|
css_to_xpath_no_case(css))
|
||||||
self.sel2 = etree.XPath(path, namespaces=namespaces)
|
self.sel2 = etree.XPath(path, namespaces=namespaces)
|
||||||
except:
|
except:
|
||||||
raise
|
|
||||||
self.sel2 = lambda x: []
|
self.sel2 = lambda x: []
|
||||||
self.sel2_use_logged = False
|
self.sel2_use_logged = False
|
||||||
self.css = css
|
self.css = css
|
||||||
|
Loading…
x
Reference in New Issue
Block a user