mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
obsync: add missing package specifier to format_exc
Fixes: #2873 Signed-off-by: Matthew Wodrich <matthew.wodrich@dreamhost.com> Reviewed-by: Dan Mick <dan.mick@inktank.com>
This commit is contained in:
parent
a15fde495f
commit
5962a9dde0
@ -108,7 +108,7 @@ class ObsyncException(Exception):
|
||||
self.comment = e
|
||||
else:
|
||||
# from another exception
|
||||
self.tb = format_exc(100000)
|
||||
self.tb = traceback.format_exc(100000)
|
||||
self.comment = None
|
||||
self.ty = ty
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user