Renamed --common-prediction switch to --predict-output

This commit is contained in:
Bernardo Damele
2010-10-16 23:50:13 +00:00
parent f54c134d22
commit 64b9f94fcf
4 changed files with 6 additions and 6 deletions

View File

@@ -979,7 +979,7 @@ def __cleanupOptions():
conf.multipleTargets = True
if conf.optimize:
conf.commonPrediction = conf.keepAlive = True
conf.predictOutput = conf.keepAlive = True
conf.nullConnection = not conf.textOnly
def __setConfAttributes():