Update flowchart

[ci skip]
This commit is contained in:
James R. Barlow
2018-04-05 21:26:37 -07:00
parent 1dbb6f1746
commit be41ff6d54
2 changed files with 519 additions and 357 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):