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 379da8c commit 39f74fdCopy full SHA for 39f74fd
scripts/add_new_page.py
@@ -72,7 +72,7 @@
72
raise Exception(f"{new_subfile} already exists")
73
74
print(f"Will create {new_file} and {new_subfile}")
75
- sys.exit(0)
+ # sys.exit(0)
76
# Create the template AsciiDoc documentation
77
os.mkdir(new_dir)
78
with open(new_file, 'w') as fh:
0 commit comments