Skip to content

Commit 2b13704

Browse files
authored
python3 presence
Minor change `python` to `python3`
1 parent 65add55 commit 2b13704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SolutionDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SolutionDetails.prototype._getExtension = function(lang) {
4949
break;
5050
case 'javascript' : this.ext = "js"
5151
break;
52-
case 'python' : this.ext = "py"
52+
case 'python3' : this.ext = "py"
5353
break ;
5454
case 'java' : this.ext = "java"
5555
break;

0 commit comments

Comments
 (0)