mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
update TODO with issue number
This commit is contained in:
@@ -108,8 +108,8 @@ func (p Pipeline) ExecuteWithCallback(callback PipelineExecuteCallbackFunc) erro
|
|||||||
callback(op)
|
callback(op)
|
||||||
}
|
}
|
||||||
result, err = op.Filter(result)
|
result, err = op.Filter(result)
|
||||||
// TODO: This len(result) == 0 should be removed and empty result list should be
|
// TODO (issue 2872): This len(result) == 0 should be removed and empty result list should be
|
||||||
// handled by outputs. However currently the some writer like LocalPackageReadWriter
|
// handled by outputs. However currently some writer like LocalPackageReadWriter
|
||||||
// will clear the output directory and which will cause unpredictable results
|
// will clear the output directory and which will cause unpredictable results
|
||||||
if len(result) == 0 || err != nil {
|
if len(result) == 0 || err != nil {
|
||||||
return errors.Wrap(err)
|
return errors.Wrap(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user