mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4311 from ethereum/fix_python_version_2
Use correct python version for the upgrade_bugs_by_version script
This commit is contained in:
commit
4247b0046e
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# This script is used to generate the list of bugs per compiler version
|
||||
# from the list of bugs.
|
||||
|
Loading…
Reference in New Issue
Block a user