diff options
author | Raymond Sun <raymondsun33@gmail.com> | 2021-06-11 23:06:29 +1000 |
---|---|---|
committer | Raymond Sun <raymondsun33@gmail.com> | 2021-06-11 23:06:29 +1000 |
commit | 025db046580c400ad9a6d7eb04434bfc46ce3300 (patch) | |
tree | 79f3c37073f2ad9179518e31ad6eb484b9afaeea /sphinx/cmd/quickstart.py | |
parent | 864a0b377d3ef6526837dfb721c260587ccb64f9 (diff) | |
download | sphinx-git-025db046580c400ad9a6d7eb04434bfc46ce3300.tar.gz |
Add fix
Diffstat (limited to 'sphinx/cmd/quickstart.py')
-rw-r--r-- | sphinx/cmd/quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/cmd/quickstart.py b/sphinx/cmd/quickstart.py index a40a21073..29f1c50a6 100644 --- a/sphinx/cmd/quickstart.py +++ b/sphinx/cmd/quickstart.py @@ -223,7 +223,7 @@ def ask_user(d: Dict) -> None: print(__('sphinx-quickstart will not overwrite existing Sphinx projects.')) print() d['path'] = do_prompt(__('Please enter a new root path (or just Enter to exit)'), - '', is_path) + '', ok) if not d['path']: sys.exit(1) |