String not empty bug

Apparently var X: String = _ is not the same as var X: String = "".  :(
This commit is contained in:
Mauricio Carneiro 2011-10-13 13:22:05 -04:00
parent 22b432c404
commit 0939d16a8d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class DataProcessingPipeline extends QScript {
@Hidden
@Input(doc="Define the default platform for Count Covariates -- useful for techdev purposes only.", fullName="default_platform", shortName="dp", required=false)
var defaultPlatform: String = _
var defaultPlatform: String = ""
/****************************************************************************