Skip to content

Commit

Permalink
fallback to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Jul 20, 2023
1 parent e8ac657 commit d38256f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/runner/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ var programByLanguageID = map[string][]string{
"powershell": {"powershell"},
"cmd": {"cmd"},
"dos": {"cmd"},
"python": {"python"},
"py": {"python"},
"python": {"python", "python3"},
"py": {"python", "python3"},
"ruby": {"ruby"},
"rb": {"ruby"},
}
Expand Down

0 comments on commit d38256f

Please sign in to comment.