~jk0/nova/improve-pylint-scores

« back to all changes in this revision

Viewing changes to nova/virt/xenapi/fake.py

  • Committer: Tarmac
  • Author(s): Josh Kearney
  • Date: 2011-04-19 19:31:17 UTC
  • mfrom: (996.1.3 improve-pylint-scores)
  • Revision ID: tarmac-20110419193117-k9g6fzoat0f8n0sl
Round 1 of pylint cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
    def __str__(self):
295
295
        try:
296
296
            return str(self.details)
297
 
        except Exception, exc:
 
297
        except Exception:
298
298
            return "XenAPI Fake Failure: %s" % str(self.details)
299
299
 
300
300
    def _details_map(self):