def rhessysworkflows.context.Context.__init__ |
( |
|
self, |
|
|
|
projectDir, |
|
|
|
configFile = None |
|
) |
| |
Constructor for Context class.
- Parameters
-
projectDir | Path of the project whose metadata store is to be read from |
configFile | Path of rhessysworkflow configuration file to use. If none, will attempt to read configuration from a file named in the environment variable ecohydrolib.context.Context.CONFIG_FILE_ENV |
WorkflowVersionError if a version already exists in the metadata store and is different than RHESSysMetadata._workflowVersion
def rhessysworkflows.context.Context.__init__ |
( |
|
self, |
|
|
|
projectDir, |
|
|
|
configFile = None |
|
) |
| |
Constructor for Context class.
- Parameters
-
projectDir | Path of the project whose metadata store is to be read from |
configFile | Path of rhessysworkflow configuration file to use. If none, will attempt to read configuration from a file named in the environment variable ecohydrolib.context.Context.CONFIG_FILE_ENV |
WorkflowVersionError if a version already exists in the metadata store and is different than RHESSysMetadata._workflowVersion
The documentation for this class was generated from the following file: