diff --git a/scripts/plexEmail.py b/scripts/plexEmail.py index 492c06b..caa4e8f 100644 --- a/scripts/plexEmail.py +++ b/scripts/plexEmail.py @@ -431,6 +431,7 @@ def processImage(imageHash, thumb, mediaType, seasonIndex, episodeIndex): try: shutil.copy(imgLocation, img) except EnvironmentError, e: + logging.warning('processImage: Failed to copy image - ' + repr(e)) thumbObj['emailImgPath'] = '' thumbObj['webImgPath'] = '' else: