Skip to content

Commit

Permalink
Add Python-3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
utahta committed Mar 28, 2018
1 parent 3033395 commit 414c2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pythonbrew/pythonbrew.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func main() {
l := log.NewFileLogger()
l.Errorf("An error has occurred: %v", err)
l.Verbosef("%+v", err)
l.Warnf("See more details: %s", l.Path())
l.Printf("See more details: %s", l.Path())
os.Exit(1)
}
}
Expand Down
1 change: 1 addition & 0 deletions origin/python_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ var pythonPackages = map[string]Package{
"3.6.2": NewPythonPackage("https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tgz#e1a36bfffdd1d3a780b1825daf16e56c"),
"3.6.3": NewPythonPackage("https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz#e9180c69ed9a878a4a8a3ab221e32fa9"),
"3.6.4": NewPythonPackage("https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz#9de6494314ea199e3633211696735f65"),
"3.6.5": NewPythonPackage("https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz#ab25d24b1f8cc4990ade979f6dc37883"),
}

func (p *pythonPackage) Type() PackageType {
Expand Down

0 comments on commit 414c2d7

Please sign in to comment.