Message7276

Author malte.vesper
Recipients malte.vesper
Date 2012-06-29.12:48:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340974118.92.0.868710993401.issue1937@psf.upfronthosting.co.za>
In-reply-to
Content
posixpath.join fails if the first parameter is none.
pylint uses this, suggested fix:

In the function  arround line 58 extend:
    path = a

to
    path = a or ''
History
Date User Action Args
2012-06-29 12:48:38malte.vespersetrecipients: + malte.vesper
2012-06-29 12:48:38malte.vespersetmessageid: <1340974118.92.0.868710993401.issue1937@psf.upfronthosting.co.za>
2012-06-29 12:48:38malte.vesperlinkissue1937 messages
2012-06-29 12:48:38malte.vespercreate