We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5be04 commit 3af9c06Copy full SHA for 3af9c06
test/library/packages/Python/correctness/pythonOps.prediff
@@ -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