提交 78c192cb 编写于 作者: M Medya Gh

lint

上级 dcff7587
......@@ -202,7 +202,7 @@ func deleteProfile(profile *pkg_config.Profile) error {
}
errs = oci.PruneAllVolumesByLabel(oci.Docker, delLabel)
if errs != nil && len(errs) > 0 { // it will not error if there is nothing to delete
if len(errs) > 0 { // it will not error if there is nothing to delete
glog.Warningf("error pruning volume (might be okay):\n%v", errs)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册