We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01aec70 commit d26fbb5Copy full SHA for d26fbb5
1 file changed
make-html.py
@@ -14,7 +14,8 @@
14
15
def main():
16
if os.path.exists('html'):
17
- if input("html exists. Do you want to remove it [Y/n] ") == 'N':
+ if input("html exists. Do you want "
18
+ "to remove it? [Y/n] ").upper() == 'N':
19
print("Interrupt.")
20
return
21
if os.path.isdir('html'):
0 commit comments