luipugs
Results
1
issues of
luipugs
A Boolean value is retrieved as `unicode` from QSettings' storage. The line https://github.com/mfitzp/pyqtconfig/blob/master/pyqtconfig/config.py#L983 compares the type to `basestring`, which then returns `False` so the type is not munged, which causes...