Am 29. August 2011 21:34 schrieb Andrea Spadaccini <[email protected]>: > --- a/lib/jqueue.py > +++ b/lib/jqueue.py > @@ -2187,6 +2187,7 @@ class JobQueue(object): > # Try to load from disk > job = self.SafeLoadJobFromDisk(job_id, True, writable=False) > > + # pylint: disable=E1101 > assert not job.writable, "Got writable job"
Please put this disable on the same line so that it's a per-line disable. Rest LGTM. Michael
