mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
50e353cc65
commit
fed64f9a17
@ -74,7 +74,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
|||||||
|
|
||||||
def initialize(self):
|
def initialize(self):
|
||||||
try:
|
try:
|
||||||
json.loads(P('template-functions.json', data=True,
|
self.builtin_source_dict = json.loads(P('template-functions.json', data=True,
|
||||||
allow_user_override=False).decode('utf-8'))
|
allow_user_override=False).decode('utf-8'))
|
||||||
except:
|
except:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user