From 190de2472aca200d33dea42d3a7e839a697dd02e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 5 Dec 2025 08:55:19 -0500 Subject: chore: tools: improved tooling and security in chk.hefs, and mkfs.hefs. chore: update README. Signed-off-by: Amlal El Mahrouss --- tools/mk_htman.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/mk_htman.py') diff --git a/tools/mk_htman.py b/tools/mk_htman.py index e865f7c5..366cd732 100755 --- a/tools/mk_htman.py +++ b/tools/mk_htman.py @@ -28,7 +28,6 @@ if __name__ == "__main__": print(f"ERROR: Manual file '{manual_path}' is empty.") sys.exit(os.EX_DATAERR) html_content = f"NeKernel Manual: {manual_path}
{content}
" - html_path = manual_path.replace('.man', '.html') with open(html_path, 'w') as html_file: -- cgit v1.2.3