Bugfix for Nook PDFs?

This commit is contained in:
NoDRM
2022-03-19 16:02:33 +01:00
parent e4fe032e47
commit 7eb8f07a33
2 changed files with 7 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ def WineGetKeys(scriptpath, extension, wineprefix=""):
pyexec = WinePythonCLI(wineprefix)
except NoWinePython3Exception:
print('{0} v{1}: Unable to find python3 executable in WINEPREFIX="{2}"'.format(PLUGIN_NAME, PLUGIN_VERSION, wineprefix))
return []
return [], []
basepath, script = os.path.split(scriptpath)
print("{0} v{1}: Running {2} under Wine".format(PLUGIN_NAME, PLUGIN_VERSION, script))