Skip to content

Commit

Permalink
fix go test failed (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzewang authored and k8s-ci-robot committed Dec 24, 2018
1 parent f9d5f1e commit 41065e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller.v2/tensorflow/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (tc *TFController) addTFJob(obj interface{}) {
// Convert from tfjob object
err = unstructuredFromTFJob(obj, tfJob)
if err != nil {
logger.Error("Failed to convert the obj: %v", err)
logger.Errorf("Failed to convert the obj: %v", err)
return
}
tc.enqueueTFJob(obj)
Expand Down

0 comments on commit 41065e8

Please sign in to comment.