From 573a0ab3ae5e699cb5a88447ebb7605d1f7afc42 Mon Sep 17 00:00:00 2001 From: Wolfgang Nowak Date: Mon, 28 Feb 2022 18:34:04 +0100 Subject: [PATCH] webgen v4.0.2 + mkdirinex() + some cosmetix --- webgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgen.py b/webgen.py index 76f09eb..b891081 100755 --- a/webgen.py +++ b/webgen.py @@ -250,6 +250,6 @@ if outfile != sys.stdout: # Dig the files-directory and generate an index. linecounter=mkdirindex(filesdir, indexfilename, filesdirheadline) -print("LC=",linecounter) +print("Dirindex in ",filesdir," has ", linecounter, "lines") # Have a nice time.