[PyQt] Crash when scanning unspecified directory in 'Other Packages'

Ilya Kulakov kulakov.ilya at gmail.com
Wed Mar 9 17:47:39 GMT 2016


> if package.name is None or package.name == '':

Maybe just

> if not package.name

?

> On 9 марта 2016 г., at 23:25, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> On 7 Feb 2016, at 11:01 pm, Kyle Altendorf <sda at fstab.net> wrote:
>> 
>> I didn't dig into a solution yet but when I click the 'Scan' button on the 'Other Packages' tab with an empty or otherwise invalid path, pyqtdeploy crashes.  I don't know if it relates to my other posts about not getting messages from my own deployed application, but I don't get any traceback.
> 
> Should be fixed in hg.
> 
> Thanks,
> Phil
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt



More information about the PyQt mailing list