Skip to content

Commit 5bfe6f0

Browse files
committed
Added FIXME
1 parent 2f6e2a3 commit 5bfe6f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/com/dtmilano/android/viewclient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,7 @@ def writeImageToFile(self, filename, _format="PNG"):
10381038
from PIL import Image
10391039
image = Image.open(stream)
10401040
except ImportError as ex:
1041+
# FIXME: this method should be global
10411042
self.pilNotInstalledWarning()
10421043
sys.exit(1)
10431044
except IOError, ex:

0 commit comments

Comments
 (0)