Fix confusing websetting log output.
This commit is contained in:
parent
41ecc0ad3d
commit
99a4765e75
@ -84,8 +84,8 @@ class Base:
|
|||||||
qws: The QWebSettings instance to use, or None to use the global
|
qws: The QWebSettings instance to use, or None to use the global
|
||||||
instance.
|
instance.
|
||||||
"""
|
"""
|
||||||
log.config.vdebug("Restoring default {!r}.".format(self._default))
|
|
||||||
if self._default is not UNSET:
|
if self._default is not UNSET:
|
||||||
|
log.config.vdebug("Restoring default {!r}.".format(self._default))
|
||||||
self._set(self._default, qws=qws)
|
self._set(self._default, qws=qws)
|
||||||
|
|
||||||
def get(self, qws=None):
|
def get(self, qws=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user