Merge branch 'master' into feature/jbig2-2018

This commit is contained in:
James R. Barlow
2018-04-05 21:29:39 -07:00
5 changed files with 546 additions and 360 deletions
+1
View File
@@ -879,6 +879,7 @@ def run_pipeline():
if options.flowchart:
_log.info("Flowchart saved to {}".format(options.flowchart))
return ExitCode.ok
elif options.output_file == '-':
_log.info("Output sent to stdout")
elif os.path.samefile(options.output_file, os.devnull):