Commit 52e40d41 authored by Andrew Twyman's avatar Andrew Twyman

Merge pull request #208 from zaren678/yaml_out

add yaml files to outFileList when --skip-generation is enabled
parents a656d150 e7b2164f
...@@ -199,8 +199,8 @@ package object generatorTools { ...@@ -199,8 +199,8 @@ package object generatorTools {
if (spec.yamlOutFolder.isDefined) { if (spec.yamlOutFolder.isDefined) {
if (!spec.skipGeneration) { if (!spec.skipGeneration) {
createFolder("YAML", spec.yamlOutFolder.get) createFolder("YAML", spec.yamlOutFolder.get)
new YamlGenerator(spec).generate(idl)
} }
new YamlGenerator(spec).generate(idl)
} }
None None
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment