Skip to content
Snippets Groups Projects

Resolve "Make grammar(s) more concise"

Merged René Schöne requested to merge 40-make-grammar-s-more-concise into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -81,7 +81,7 @@ public class Compiler extends AbstractCompiler {
if (optionPrintYaml.value()) {
String yamlContent = ragConnect.toYAML().prettyPrint();
System.out.println(yamlContent);
LOGGER.fine(yamlContent);
writeToFile(getConfiguration().outputDir().toPath().resolve("RagConnect.yml"), yamlContent);
return 0;
}
Loading