We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cbea8 commit ff8ab6fCopy full SHA for ff8ab6f
make-html.py
@@ -215,7 +215,7 @@ def main():
215
print("Ready! The files are in the html directory.")
216
print("Go to html and double-click index.html to read the tutorial.")
217
print()
218
- if askyesno("Do you want to view the tutorial now?"):
+ if askyesno("Do you want to view the tutorial now?", default=False):
219
print("Opening the tutorial...")
220
webbrowser.open(os.path.join('html', 'index.html'))
221
0 commit comments