Remove redefinition of import traceback
Removed the redefinition of import in swift/object/server.py Add my name in AUTHORS Change-Id: Ia74df662de08fc52b92b828978d96a22b5df5597
This commit is contained in:
parent
d8c02dccc0
commit
28bff36b81
1
AUTHORS
1
AUTHORS
@ -79,3 +79,4 @@ Doug Weimer (dweimer@gmail.com)
|
|||||||
Cory Wright (cory.wright@rackspace.com)
|
Cory Wright (cory.wright@rackspace.com)
|
||||||
Ye Jia Xu (xyj.asmy@gmail.com)
|
Ye Jia Xu (xyj.asmy@gmail.com)
|
||||||
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
|
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
|
||||||
|
Alex Yang (alex890714@gmail.com)
|
||||||
|
@ -230,7 +230,6 @@ class DiskFile(object):
|
|||||||
if verify_file:
|
if verify_file:
|
||||||
self._handle_close_quarantine()
|
self._handle_close_quarantine()
|
||||||
except (Exception, Timeout), e:
|
except (Exception, Timeout), e:
|
||||||
import traceback
|
|
||||||
self.logger.error(_('ERROR DiskFile %(data_file)s in '
|
self.logger.error(_('ERROR DiskFile %(data_file)s in '
|
||||||
'%(data_dir)s close failure: %(exc)s : %(stack)'),
|
'%(data_dir)s close failure: %(exc)s : %(stack)'),
|
||||||
{'exc': e, 'stack': ''.join(traceback.format_stack()),
|
{'exc': e, 'stack': ''.join(traceback.format_stack()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user