Skip to content

Commit 3af9c06

Browse files
committed
add prediff for python 3.9
Signed-off-by: Jade Abraham <[email protected]>
1 parent af5be04 commit 3af9c06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
# fixup for python <=3.9
4+
sed -e 's/\*\*=: Exception: unsupported operand type(s) for \*\* or pow()/**=: Exception: unsupported operand type(s) for **=/' $2 > $2.tmp
5+
mv $2.tmp $2

0 commit comments

Comments
 (0)