Skip to content

Commit

Permalink
Merge pull request #9 from LeoLiuYan/fix/remove_outputfile_suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal authored Jul 1, 2024
2 parents a49ba1d + 9c86116 commit 8a792fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ data class InsPickerOption(
return baseDir + File.separator + repoFileName() + ".jsonl"
}

fun repoFileName() = "${encodeFileName(url)}_${encodeFileName(branch)}_${language}.jsonl"
fun repoFileName() = "${encodeFileName(url)}_${encodeFileName(branch)}_${language}"

/**
* Encodes a given string to be used as a file name by replacing characters that are not allowed in file names.
Expand Down

0 comments on commit 8a792fe

Please sign in to comment.