Skip to content

Commit 39f74fd

Browse files
committed
Ooops
1 parent 379da8c commit 39f74fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/add_new_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
raise Exception(f"{new_subfile} already exists")
7373

7474
print(f"Will create {new_file} and {new_subfile}")
75-
sys.exit(0)
75+
# sys.exit(0)
7676
# Create the template AsciiDoc documentation
7777
os.mkdir(new_dir)
7878
with open(new_file, 'w') as fh:

0 commit comments

Comments
 (0)