diff --git a/lib/core/option.py b/lib/core/option.py index 583ec56c5..fe74063a6 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -989,7 +989,7 @@ def __cleanupOptions(): if conf.optimize: #conf.predictOutput = True conf.keepAlive = True - conf.nullConnection = not conf.textOnly + conf.nullConnection = not (conf.textOnly or conf.longestCommon) conf.threads = 4 if conf.threads < 2 else conf.threads def __setConfAttributes():