Skip to content
Snippets Groups Projects
  • W. Trevor King's avatar
    19f7fd76
    irkerd: Replace Exception.format_exc() with traceback.format_exc() · 19f7fd76
    W. Trevor King authored
    The former was giving me:
    
      Traceback (most recent call last):
        File "/usr/lib64/python3.3/threading.py", line 901, in _bootstrap_inner
          self.run()
        File "/usr/lib64/python3.3/threading.py", line 858, in run
          self._target(*self._args, **self._kwargs)
        File "./irkerd", line 637, in dequeue
          LOG.debug(e.format_exc())
      AttributeError: 'TypeError' object has no attribute 'format_exc'
    
    In Python 3.3.4.
    19f7fd76
    History
    irkerd: Replace Exception.format_exc() with traceback.format_exc()
    W. Trevor King authored
    The former was giving me:
    
      Traceback (most recent call last):
        File "/usr/lib64/python3.3/threading.py", line 901, in _bootstrap_inner
          self.run()
        File "/usr/lib64/python3.3/threading.py", line 858, in run
          self._target(*self._args, **self._kwargs)
        File "./irkerd", line 637, in dequeue
          LOG.debug(e.format_exc())
      AttributeError: 'TypeError' object has no attribute 'format_exc'
    
    In Python 3.3.4.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.