We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65add55 + 2b13704 commit 2525bceCopy full SHA for 2525bce
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