Skip to content

Commit

Permalink
FindMergeCommits bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Nov 6, 2023
1 parent 534b0fa commit 5a5342d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/astmergeevaluation/FindMergeCommits.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ void writeMergeCommits(OrgAndRepo orgAndRepo) throws IOException, GitAPIExceptio
(Files.exists(Paths.get("/scratch/")) ? "/scratch/" : "/tmp/")
+ System.getProperty("user.name")
+ "/ast-merge-eval-data/"
+ orgName + "/"
+ repoName;
File repoDirFile = new File(repoDirName);
repoDirFile.mkdirs();
Expand Down

0 comments on commit 5a5342d

Please sign in to comment.