webgen v4.0.2 + mkdirinex() + some cosmetix

This commit is contained in:
Wolfgang Nowak 2022-02-28 18:34:04 +01:00
parent 987ca7161e
commit 573a0ab3ae

View file

@ -250,6 +250,6 @@ if outfile != sys.stdout:
# Dig the files-directory and generate an index. # Dig the files-directory and generate an index.
linecounter=mkdirindex(filesdir, indexfilename, filesdirheadline) linecounter=mkdirindex(filesdir, indexfilename, filesdirheadline)
print("LC=",linecounter) print("Dirindex in ",filesdir," has ", linecounter, "lines")
# Have a nice time. # Have a nice time.