~zyga/checkbox/result-history

« back to all changes in this revision

Viewing changes to plainbox/plainbox/impl/session/suspend.py

  • Committer: Zygmunt Krynicki
  • Date: 2015-05-28 11:06:02 UTC
  • Revision ID: zygmunt.krynicki@canonical.com-20150528110602-0nfxukppbu5k93zw
plainbox:session:suspend: fix PEP257 issue

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
        }
239
239
 
240
240
    def _repr_JobResult(self, obj, session_dir):
241
 
        """ Compute the representation of one of IJobResult subclasses.  """
 
241
        """Compute the representation of one of IJobResult subclasses."""
242
242
        if isinstance(obj, DiskJobResult):
243
243
            return self._repr_DiskJobResult(obj, session_dir)
244
244
        elif isinstance(obj, MemoryJobResult):