Fix distinction between clean and clean_final lost in API refactor

This commit is contained in:
James R. Barlow
2019-05-23 01:19:58 -07:00
parent 5cecb3ecb4
commit 22298b31be
2 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ def check_options_sidecar(options):
if options.sidecar == '\0':
if options.output_file == '-':
raise BadArgsError(
"--sidecar filename must be specified when output file is " "stdout."
"--sidecar filename must be specified when output file is stdout."
)
options.sidecar = options.output_file + '.txt'