Skip to content

Commit 970554f

Browse files
authored
Merge pull request #4180 from raspberrypi/add_page
Ooops
2 parents 00dbdf5 + 39f74fd commit 970554f

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)