diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-06-18 19:55:01 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-06-18 19:55:01 +0800 |
commit | e0d6050ca8598f830ce26639ab68b3803b83d6df (patch) | |
tree | 6d797d3e4e12bb69c834e829ca31fd15610435f5 /scripts | |
parent | 1692f78b3d3c7b9c476ff234eb15ce885d4c0fd4 (diff) | |
download | dexon-solidity-e0d6050ca8598f830ce26639ab68b3803b83d6df.tar.gz dexon-solidity-e0d6050ca8598f830ce26639ab68b3803b83d6df.tar.zst dexon-solidity-e0d6050ca8598f830ce26639ab68b3803b83d6df.zip |
Use correct python version for the upgrade_bugs_by_version script
Diffstat (limited to 'scripts')
-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. |