Merge commit 'c4f01de231d22da5cea02c25aa581a965a37640b'

This commit is contained in:
James R. Barlow
2017-05-09 16:37:55 -07:00
+1 -1
View File
@@ -614,7 +614,7 @@ def run_pipeline():
return ExitCode.bad_args
elif not is_file_writable(options.output_file):
_log.error(textwrap.dedent("""\
Cutput file location is not writable."""))
Output file location is not writable."""))
return ExitCode.file_access_error
manager = JobContextManager()