From a6731650e3e6c63813371ae99b898abc6fb9b960 Mon Sep 17 00:00:00 2001 From: DonDavici Date: Sun, 19 Oct 2014 10:13:35 +0200 Subject: [PATCH] tweak to avoid exception --- src/DPH_StillPicture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DPH_StillPicture.py b/src/DPH_StillPicture.py index 5c712eec..a21ad9f8 100644 --- a/src/DPH_StillPicture.py +++ b/src/DPH_StillPicture.py @@ -63,7 +63,7 @@ def load(self): # we append here to have ctype.so also for sh4 boxes libsFolder = config.plugins.dreamplex.pluginfolderpath.value + "libs" - libname = None + libname = "" if self.boxInformation[2] == "sh4": sys.path.append(libsFolder)