View Single Post
Old 09-15-2015, 03:13 AM   #43
gipsy
Connoisseur
gipsy began at the beginning.
 
Posts: 81
Karma: 10
Join Date: Nov 2013
Device: Kobo Aura HD
I found a solution while searching....
in plugin.py i change the
Code:
	return(dictionary_path)
to
Code:
	return(dictionary_path).replace("\\","/")
and i get the directory without double slashes in ePubTidyTool.json

It worked for windows 8, Windows 10. I don't know if it's working in linux, or older Windows versions
gipsy is offline   Reply With Quote