View Single Post
Old 03-20-2018, 07:34 AM   #13
dxcore35
Member
dxcore35 began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Mar 2018
Device: Kindle Voyage
Please fix small bug.

After clicking on the button for choosing of default location for collection of csv:

Quote:
File "calibre_plugins.english_noun_frequency.enf_dialog ", line 1045, in choose_accumulated_most_common_words_csv_file
File "calibre_plugins.english_noun_frequency.enf_dialog ", line 1072, in build_csv_file_default_path
NameError: global name 'isosx' is not defined
Just change:

Code:
IsOsX()
to
Code:
utils.IsOsX()
dxcore35 is offline   Reply With Quote