diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-18 22:37:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 22:37:07 +0800 |
commit | 4247b0046e87b92b5c29efb1c26e8711128b4566 (patch) | |
tree | 6d797d3e4e12bb69c834e829ca31fd15610435f5 | |
parent | 1692f78b3d3c7b9c476ff234eb15ce885d4c0fd4 (diff) | |
parent | e0d6050ca8598f830ce26639ab68b3803b83d6df (diff) | |
download | dexon-solidity-4247b0046e87b92b5c29efb1c26e8711128b4566.tar dexon-solidity-4247b0046e87b92b5c29efb1c26e8711128b4566.tar.gz dexon-solidity-4247b0046e87b92b5c29efb1c26e8711128b4566.tar.bz2 dexon-solidity-4247b0046e87b92b5c29efb1c26e8711128b4566.tar.lz dexon-solidity-4247b0046e87b92b5c29efb1c26e8711128b4566.tar.xz dexon-solidity-4247b0046e87b92b5c29efb1c26e8711128b4566.tar.zst dexon-solidity-4247b0046e87b92b5c29efb1c26e8711128b4566.zip |
Merge pull request #4311 from ethereum/fix_python_version_2
Use correct python version for the upgrade_bugs_by_version script
-rwxr-xr-x | scripts/update_bugs_by_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_bugs_by_version.py b/scripts/update_bugs_by_version.py index cbedf1a5..68ccd72a 100755 --- a/scripts/update_bugs_by_version.py +++ b/scripts/update_bugs_by_version.py @@ -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. |