cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

Suggest to remove Line 49 in templatescompiler/job_list_renderer.go #38

Closed AbelHu closed 8 years ago

AbelHu commented 9 years ago

Suggest to remove Line 49 in templatescompiler/job_list_renderer.go. https://github.com/cloudfoundry/bosh-init/blob/7ac660daf034bd293ed37e44c5a3a97e99624c06/templatescompiler/job_list_renderer.go#L48-L49

It is better to keep temporary files for advanced debug if an error occurs.

cppforlife commented 8 years ago

After thinking a bit about it I think we should still remove the files, but may be provide a better error output when error happens.