Open aivanova5 opened 1 year ago
Using the clean or del options of gridlabd template does not appear to remove files as expected. In fact, it's not very clear what is expected.
clean
del
gridlabd template
gridlabd template get tariff_design
$GLD_ETC/module.d
$GLD_ETC/template
gridlabd template del tariff_design
gridlabd template clean
After the del command, no files related tariff_design should be found.
tariff_design
After the clean command, no files related to templates should be found.
Problem description
Using the
clean
ordel
options ofgridlabd template
does not appear to remove files as expected. In fact, it's not very clear what is expected.Steps to reproduce
gridlabd template get tariff_design
$GLD_ETC/module.d
and$GLD_ETC/template
folders.gridlabd template del tariff_design
.$GLD_ETC/module.d
and$GLD_ETC/template
folders.gridlabd template clean
.$GLD_ETC/module.d
and$GLD_ETC/template
folders.Expected behavior
After the
del
command, no files relatedtariff_design
should be found.After the
clean
command, no files related to templates should be found.System information