We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65add55 commit 2b13704Copy full SHA for 2b13704
src/SolutionDetails.js
@@ -49,7 +49,7 @@ SolutionDetails.prototype._getExtension = function(lang) {
49
break;
50
case 'javascript' : this.ext = "js"
51
52
- case 'python' : this.ext = "py"
+ case 'python3' : this.ext = "py"
53
break ;
54
case 'java' : this.ext = "java"
55
0 commit comments