fix failing pylint test (line too long)

This commit is contained in:
Samuel Walladge 2016-12-17 09:22:22 +10:30
parent f6c73f3ad6
commit aafcd1f1d7
No known key found for this signature in database
GPG Key ID: 44E2319D42B72AA6

View File

@ -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"