Skip to content

Commit 19ead15

Browse files
sthoosthoo
authored andcommitted
2.1.x update bug fixes
1 parent 5931fc6 commit 19ead15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addons21/fastwq/libs/ankihub.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def finish(self):
8181

8282

8383
def installZipFile(data, fname):
84-
base = os.path.join(mw.pm.addonFolder(), 'fastwq')
84+
#base = os.path.join(mw.pm.addonFolder(), 'fastwq')
85+
base = os.path.realpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../'))
8586
if fname.endswith(".py"):
8687
path = os.path.join(base, fname)
8788
with open(path, "wb") as file:

0 commit comments

Comments
 (0)