diff --git a/core/system.go b/core/system.go index e2b0580b..617755bc 100644 --- a/core/system.go +++ b/core/system.go @@ -280,6 +280,12 @@ func runOnCommitRange(ctx context.Context, options *QodanaOptions) int { if e != nil { log.Fatalf("Cannot checkout commit %s: %v", hash, e) } + + prepareDirectories( + options.CacheDir, + options.LogDirPath(), + options.ConfDirPath(), + ) log.Infof("Analysing %s", hash) writeProperties(options)