diff options
Diffstat (limited to 'lldb/examples/python/crashlog.py')
-rwxr-xr-x | lldb/examples/python/crashlog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/python/crashlog.py b/lldb/examples/python/crashlog.py index 5f6b84f..efef430 100755 --- a/lldb/examples/python/crashlog.py +++ b/lldb/examples/python/crashlog.py @@ -1274,7 +1274,7 @@ def save_crashlog(debugger, command, exe_ctx, result, dict): return target = exe_ctx.target if target: - out_file = options.output + out_file = options.output[0] identifier = target.executable.basename process = exe_ctx.process if process: |