Skip to content

Commit ae9b757

Browse files
Updated KernelHaven
1 parent 7384255 commit ae9b757

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Binary file not shown.

src/main/java/de/variantsync/subjects/extraction/AnalysisTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ private static boolean moveOutputFile(File outputDir, File targetDir, String sou
283283
}
284284

285285
private static boolean movePresenceConditions(File outputDir, File targetDir) {
286-
return moveOutputFile(outputDir, targetDir, "Blocks.csv", "code-variability.csv");
286+
return moveOutputFile(outputDir, targetDir, "Blocks.csv", "code-variability.spl.csv");
287287
}
288288

289289
private static boolean moveDimacsModel(File outputDir, File targetDir) {

0 commit comments

Comments
 (0)