File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ func main() {
1414 l := log .NewFileLogger ()
1515 l .Errorf ("An error has occurred: %v" , err )
1616 l .Verbosef ("%+v" , err )
17- l .Warnf ("See more details: %s" , l .Path ())
17+ l .Printf ("See more details: %s" , l .Path ())
1818 os .Exit (1 )
1919 }
2020}
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ var pythonPackages = map[string]Package{
7676 "3.6.2" : NewPythonPackage ("https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tgz#e1a36bfffdd1d3a780b1825daf16e56c" ),
7777 "3.6.3" : NewPythonPackage ("https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz#e9180c69ed9a878a4a8a3ab221e32fa9" ),
7878 "3.6.4" : NewPythonPackage ("https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz#9de6494314ea199e3633211696735f65" ),
79+ "3.6.5" : NewPythonPackage ("https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz#ab25d24b1f8cc4990ade979f6dc37883" ),
7980}
8081
8182func (p * pythonPackage ) Type () PackageType {
You can’t perform that action at this time.
0 commit comments