Skip to content

Commit

Permalink
Returns Log error when an image is not found for an instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
erodozer committed Mar 6, 2011
1 parent 33c5f4a commit 9e5f641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Instrument.py
Expand Up @@ -395,6 +395,7 @@ def checkPath(self, subdirectory, file, lastResort = False):
else:
if lastResort and not self.engine.fileExists(os.path.join(defaultpath, file)):
return file
Log.debug("Image not found: " + themepath + "/" + file)
return os.path.join(defaultpath, file)

def loadNotes(self):
Expand Down

0 comments on commit 9e5f641

Please sign in to comment.