fkxxyz / ssfconv

Sogou input method skin file (.ssf file) converter, supports conversion to fcitx or fcitx5 format.
GNU General Public License v3.0
190 stars 24 forks source link

BUG:global name 'cicon_image' is not defined #1

Closed ghost closed 3 years ago

ghost commented 4 years ago

报错:

  File "./ssfconv", line 431, in ssr2fcitx
    size = getImageSize(skin_dir + os.sep + cicon_image)
NameError: global name 'cicon_image' is not defined

解决: cicon_image应该是icon_image,多打了1个c,删掉就正常了。

话说,作者上传前忘了运行一遍吧:smile:

fkxxyz commented 3 years ago

我才发现,哈哈哈