Skip to content

Commit

Permalink
Fix systemtest Refs #11861
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed May 29, 2015
1 parent 5edd38a commit 0c9dd0f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -58,7 +58,8 @@ def PyInit(self):
doc='Name of the sample environment log entry')

sampEnvLogVal_type = ['last_value', 'average']
self.declareProperty('SampleEnvironmentLogValue', 'last value', StringListValidator(sampEnvLogVal_type),
self.declareProperty('SampleEnvironmentLogValue', 'last_value',
StringListValidator(sampEnvLogVal_type),
doc='Value selection of the sample environment log entry')

self.declareProperty(WorkspaceProperty('OutputInQ', '', Direction.Output),
Expand Down

0 comments on commit 0c9dd0f

Please sign in to comment.