fix lint
This commit is contained in:
parent
e5dc10a29e
commit
20daf1f86e
@ -543,8 +543,8 @@ class DownloadItem(QObject):
|
|||||||
message.error(
|
message.error(
|
||||||
self._win_id,
|
self._win_id,
|
||||||
"XDG_DOWNLOAD_DIR points to a relative path - please check"
|
"XDG_DOWNLOAD_DIR points to a relative path - please check"
|
||||||
" your ~/.config/user-dirs.dirs. The download is saved in your "
|
" your ~/.config/user-dirs.dirs. The download is saved in"
|
||||||
"home directory.",
|
" your home directory.",
|
||||||
)
|
)
|
||||||
# fall back to $HOME as download_dir
|
# fall back to $HOME as download_dir
|
||||||
self._filename = create_full_filename(
|
self._filename = create_full_filename(
|
||||||
|
Loading…
Reference in New Issue
Block a user