diff --git a/qutebrowser/browser/webkit/downloads.py b/qutebrowser/browser/webkit/downloads.py index 9a1f40d55..7413d02f4 100644 --- a/qutebrowser/browser/webkit/downloads.py +++ b/qutebrowser/browser/webkit/downloads.py @@ -995,7 +995,6 @@ class DownloadManager(QAbstractListModel): return download.open_file(cmdline) - def raise_no_download(self, count): """Raise an exception that the download doesn't exist. diff --git a/qutebrowser/utils/usertypes.py b/qutebrowser/utils/usertypes.py index 1ed87af8e..bd4930094 100644 --- a/qutebrowser/utils/usertypes.py +++ b/qutebrowser/utils/usertypes.py @@ -300,7 +300,7 @@ class OpenFileDownloadTarget(DownloadTarget): """Save the download in a temp dir and directly open it. Attributes: - cmdline: The command to use as string. A {} is expanded to th + cmdline: The command to use as string. A {} is expanded to the filename. None means use the system's default. """