Skip to content
Snippets Groups Projects
Commit e668b806 authored by Alžbeta Hajná's avatar Alžbeta Hajná
Browse files

fix: create generated pdf into visualization/output-data because of docker

parent 69b776e2
No related branches found
No related tags found
3 merge requests!54Merge develop into main,!48Scenario,!44Security
Pipeline #
...@@ -102,7 +102,7 @@ public class VisualizationService { ...@@ -102,7 +102,7 @@ public class VisualizationService {
document.save(baos); document.save(baos);
String outputDirName = "output-data"; String outputDirName = "output-data";
Path projectDir = Paths.get("").toAbsolutePath().getParent(); Path projectDir = Paths.get("");
Path outputDirPath = projectDir.resolve(outputDirName); Path outputDirPath = projectDir.resolve(outputDirName);
// Create output directory if it does not exist // Create output directory if it does not exist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment