fix failing pylint test (line too long)
This commit is contained in:
parent
f6c73f3ad6
commit
aafcd1f1d7
@ -525,7 +525,7 @@ class AbstractDownloadItem(QObject):
|
|||||||
# if we want to use the default
|
# if we want to use the default
|
||||||
override = config.get('general', 'default-open-dispatcher')
|
override = config.get('general', 'default-open-dispatcher')
|
||||||
|
|
||||||
# precedence order: supplied cmdline > default-open-dispatcher > openUrl
|
# precedence order: cmdline > default-open-dispatcher > openUrl
|
||||||
|
|
||||||
if cmdline is None and not override:
|
if cmdline is None and not override:
|
||||||
log.downloads.debug("Opening {} with the system application"
|
log.downloads.debug("Opening {} with the system application"
|
||||||
|
Loading…
Reference in New Issue
Block a user