mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use Python 3 instead of Python 2 (EOL'd)
This commit is contained in:
@@ -12,7 +12,7 @@ for new_proof in $(git diff origin/develop --name-only test/formal/)
|
||||
do
|
||||
set +e
|
||||
echo "Proving $new_proof..."
|
||||
output=$(python "$new_proof")
|
||||
output=$(python3 "$new_proof")
|
||||
result=$?
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user