Skip to content

Commit 2525bce

Browse files
authored
Merge pull request #3 from ME-ON1/lang-change
python3 presence
2 parents 65add55 + 2b13704 commit 2525bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SolutionDetails.js

+1-1
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)