Skip to content

Commit 6007318

Browse files
committed
ci: build gix
1 parent 2a9a607 commit 6007318

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_all.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333

3434
########### PILLOW METHOD #############
3535
start = default_timer()
36-
while not os.path.exists(FILENAME):
37-
time.sleep(0.1)
38-
image = Image.open(FILENAME)
36+
image = Image.open(sys.argv[1])
3937
pixel_len = image.width * image.height
4038
image_data = image.getdata()
4139
# start = default_timer()

0 commit comments

Comments
 (0)