commit/Emoticons: norrumar: Update installTasks

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 17 Nov 2019 21:52:55 +0000 (UTC)

1 new commit in Emoticons:

https://bitbucket.org/nvdaaddonteam/emoticons/commits/789081e70620/
Changeset:   789081e70620
Branch:      2019.3
User:        norrumar
Date:        2019-11-17 21:47:49+00:00
Summary:     Update installTasks

Affected #:  1 file

diff --git a/addon/installTasks.py b/addon/installTasks.py
index 8662386..d9ad06e 100644
--- a/addon/installTasks.py
+++ b/addon/installTasks.py
@@ -21,7 +21,7 @@ def onInstall():
        import shutil
        import gui
        import wx
-       ADDON_DICTS_PATH = os.path.join(os.path.dirname(__file__), 
"globalPlugins", "emoticons", "emoticons").decode("mbcs")
+       ADDON_DICTS_PATH = 
os.path.abspath(os.path.join(os.path.dirname(__file__), "globalPlugins", 
"emoticons", "emoticons"))
        EXPORT_DICTS_PATH = os.path.join(speechDictHandler.speechDictsPath, 
"emoticons")
        for addon in addonHandler.getAvailableAddons():
                if addon.manifest['name'] == "Emoticons":

Repository URL: https://bitbucket.org/nvdaaddonteam/emoticons/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts: