mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add fix
This commit is contained in:
parent
864a0b377d
commit
025db04658
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user