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:
2 changed files with 1 additions and 1 deletions
1
AUTHORS
1
AUTHORS
@@ -79,3 +79,4 @@ Doug Weimer (dweimer@gmail.com)
Cory Wright (cory.wright@rackspace.com)
Ye Jia Xu (xyj.asmy@gmail.com)
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
Alex Yang (alex890714@gmail.com)
@@ -230,7 +230,6 @@ class DiskFile(object):
if verify_file:
self._handle_close_quarantine()
except (Exception, Timeout), e:
import traceback
self.logger.error(_('ERROR DiskFile %(data_file)s in '
'%(data_dir)s close failure: %(exc)s : %(stack)'),
{'exc': e, 'stack': ''.join(traceback.format_stack()),
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.