jw3 commented on a change in pull request #520:
URL: https://github.com/apache/daffodil/pull/520#discussion_r608152159
##########
File path: daffodil-cli/src/main/scala/org/apache/daffodil/Main.scala
##########
@@ -888,6 +899,23 @@ object Main extends Logging {
val loc =
parseResult.resultState.currentLocation.asInstanceOf[DataLoc]
displayDiagnostics(parseResult)
+ // allow raw validation output
+ if(!parseResult.isProcessingError) {
Review comment:
Yeah could be possible, it makes sense to guard that with a check that
validation output was actually asked for.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]