Merge commit 'c4f01de231d22da5cea02c25aa581a965a37640b'
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user