CWSL / cwsl-mas

VisTrails plugin for Climate Model Analysis
Apache License 2.0
6 stars 32 forks source link

Expand environment variables in the `cwsl_ctools_path` #46

Closed captainceramic closed 9 years ago

captainceramic commented 9 years ago

The check on whether the cwsl_ctools_path does not expand environment variables like ${HOME}.

This should be a pretty easy fix in the ProcessUnit code, but we should also double check that it is handled consistently when the final job script is executed.

captainceramic commented 9 years ago

I've made a fix for this that uses os.path.expandvars to expand environment variables.