Skip to content

Commit 7cfe041

Browse files
committed
Update test mask
1 parent dc2df62 commit 7cfe041

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/generate_test_mask_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def colorDiff(c1, c2):
5353

5454

5555
def imageFromPath(path):
56-
if (path[:7] == 'http://' or path[:7] == 'file://'):
56+
if (path[:7] == 'http://' or path[:8] == 'https://' or path[:7] == 'file://'):
5757
#fetch remote image
5858
data = urllib2.urlopen(path).read()
5959
image = QImage()

0 commit comments

Comments
 (0)