python-needle / needle

Automated tests for your CSS.
https://needle.readthedocs.io/
Other
590 stars 50 forks source link

Cast dimension return values to int in order for _ImageCrop not to break #28

Closed khusseini closed 10 years ago

khusseini commented 10 years ago

Casting the dict values to int fixes https://github.com/bfirsh/needle/issues/22

cbalea commented 10 years ago

When is this going to get merged and made available through PIP? I am dealing with the same problem, and identified the same fix.

jphalip commented 10 years ago

New version 0.2.2 with this fix was just pushed to pypi. Thanks!