OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

TSProduct - if a template need to make symbol table path work #191

Open smalers opened 1 year ago

smalers commented 1 year ago

If the time series product is a template, it is automatically expanded to a temporary file and processed. However, if the product file included a SymbolTablePath property that is relative path, the file won't be found. Either need to handle or warn to add ${WorkingDir} at the front of the path.