lint fixes

This commit is contained in:
Daniel Schadt 2016-08-03 18:16:28 +02:00
parent 1400a27508
commit 5ca8f77fca
2 changed files with 1 additions and 2 deletions

View File

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

View File

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