Add blank line
This commit is contained in:
parent
fdc4b2e2f6
commit
63c6381e18
@ -581,6 +581,7 @@ class FilenamePrompt(_BasePrompt):
|
|||||||
path = os.path.normpath(os.path.join(*reversed(parts)))
|
path = os.path.normpath(os.path.join(*reversed(parts)))
|
||||||
if clicked:
|
if clicked:
|
||||||
path += os.sep
|
path += os.sep
|
||||||
|
|
||||||
log.prompt.debug('Clicked {!r} -> {}'.format(parts, path))
|
log.prompt.debug('Clicked {!r} -> {}'.format(parts, path))
|
||||||
self._lineedit.setText(path)
|
self._lineedit.setText(path)
|
||||||
self._lineedit.setFocus()
|
self._lineedit.setFocus()
|
||||||
|
Loading…
Reference in New Issue
Block a user