Quote:
Originally Posted by kovidgoyal
dynamic.pickle which is a binary file that you can dump with
calibre-debug -c "import pickle, pprint; from calibre.utils.config import dynamic; pprint.pprint(pickle.load(open(dynamic.file_path, 'rb')))"
|
Can't see it there - piped to text file and searched with notepad++
Quote:
Originally Posted by kovidgoyal
And if you want to see just the value:
calibre-debug -c "from calibre.utils.config import dynamic; print dynamic['tweak_book_save_copy'], dynamic.file_path"
|
responds with
Code:
None C:\Users\Philip\AppData\Roaming\calibre\dynamic.pickle
Want me to post a bug, any files I should attach ?
BR