mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
readwrite: add missing traceback object
An error code path was missing the traceback object and was causing a key error when that path was executed. Signed-off-by: Joe Buck <jbbuck@gmail.com>
This commit is contained in:
parent
a06f5784df
commit
b4b99d3e23
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ def reader(bucket, worker_id, file_names, queue, rand):
|
||||||
result.update(
|
result.update(
|
||||||
error=dict(
|
error=dict(
|
||||||
msg='md5sum check failed',
|
msg='md5sum check failed',
|
||||||
|
traceback=traceback.format_exc(),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue