Skip to content

Commit 6a189d0

Browse files
committed
mark vipsprofile as python2
Some distros have python3 as the default, so make vipsprofile explicitly python2, thanks ioquatix. See https://github.com/jcupitt/libvips/issues/667
1 parent 7b64246 commit 6a189d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- tiff read with start page > 0 could break edge tiles or strips
33
- raise b64 limit to allow for huge profiles (thanks jaume)
44
- fix error return in blob save (thanks jaume)
5+
- tag vipsprofile as py2 (thanks ioquatix)
56

67
23/4/17 started 8.5.5
78
- doc polishing

tools/vipsprofile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python2
22

33
import re
44
import math

0 commit comments

Comments
 (0)