Skip to content

Commit

Permalink
tweak to avoid exception
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDavici committed Oct 19, 2014
1 parent 2a1d95a commit a673165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DPH_StillPicture.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a673165

Please sign in to comment.