pnnl / i2x

Interconnection Innovation e-Xchange (i2x) Test Systems
Other
8 stars 13 forks source link

Resolve OpenDSS Redirect Issue. #8

Closed eranschweitzer closed 1 year ago

eranschweitzer commented 1 year ago

Regarding Issue #4 the problem is that if the software is located on a path with a space in the name, openDSS' parsing fails. This is resolved by adding double quotes around the commit call:

dss_line (dss, 'compile "{:s}/HCABase.dss"'.format (fdr_path))

This Closes #4