Skip to content

Commit

Permalink
remove .xsts from .cexs filename
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZsofi committed Jan 23, 2025
1 parent 8d19a23 commit c19c3ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class XstsCliTracegen :
)

val concreteSummaryFile =
traceDirPath.absolutePath + File.separator + inputOptions.model.name + ".cexs"
traceDirPath.absolutePath + File.separator + inputOptions.model.nameWithoutExtension + ".cexs"
val cexsString = toCexs(concretizationResult)
PrintWriter(File(concreteSummaryFile)).use { printWriter -> printWriter.write(cexsString) }
logger.write(
Expand Down

0 comments on commit c19c3ee

Please sign in to comment.