diff --git a/lib/core/target.py b/lib/core/target.py index dd49389b1..724deed96 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -235,6 +235,8 @@ def initTargetEnv(): kb.unionComment = "" kb.unionCount = None kb.unionPosition = None + if conf.cj: + conf.cj.clear() def setupTargetEnv(): __createTargetDirs()