summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow
diff options
context:
space:
mode:
authorJason Rosenzweig <mail4jasonr@gmail.com>2021-06-04 01:04:01 +0800
committerJason Rosenzweig <mail4jasonr@gmail.com>2021-06-04 01:04:01 +0800
commit0a87bb71cc4ceb3426bab82bc23da24c9cfabada (patch)
treed5b21ba9d31f17b357aeda435cff0ef14bd5ec7f /qutebrowser/mainwindow
parent5610a43177e64a882896fbdd0e1befb66a65facc (diff)
parent74633b388c6666e8e6f97d655d3a2f43aa2a71f9 (diff)
downloadqutebrowser-0a87bb71cc4ceb3426bab82bc23da24c9cfabada.tar.gz
qutebrowser-0a87bb71cc4ceb3426bab82bc23da24c9cfabada.zip
Merge branch 'master' of https://github.com/jso8910/qutebrowser
Merge upstream
Diffstat (limited to 'qutebrowser/mainwindow')
-rw-r--r--qutebrowser/mainwindow/prompt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qutebrowser/mainwindow/prompt.py b/qutebrowser/mainwindow/prompt.py
index d4f4336dc..182b58b40 100644
--- a/qutebrowser/mainwindow/prompt.py
+++ b/qutebrowser/mainwindow/prompt.py
@@ -639,8 +639,8 @@ class FilenamePrompt(_BasePrompt):
hidden = self._to_complete not in index.data()
self._file_view.setRowHidden(index.row(), index.parent(), hidden)
except FileNotFoundError:
- log.prompt.debug("Directory doesn't exist, can't \
- hide and unhide file prompt folders")
+ log.prompt.debug("Directory doesn't exist, can't "
+ "hide and unhide file prompt folders")
@pyqtSlot(str)
def _set_fileview_root(self, path, *, tabbed=False):