webgen v4.0.4 + xmltag

This commit is contained in:
Wolfgang Nowak 2022-03-22 13:27:15 +01:00
parent 1dc18612c0
commit 1f71552b95

View file

@ -92,7 +92,7 @@ def selectfile():
headline = re.sub("\.md$", "", tabelle[int(ausgewaehlt[1])][1]) headline = re.sub("\.md$", "", tabelle[int(ausgewaehlt[1])][1])
print(headline) print(headline)
a = input(yellow + "What do we dooo here?") # a = input(yellow + "What do we dooo here?")
# if the searched filename doesnt match an existing file we construct a new one # if the searched filename doesnt match an existing file we construct a new one
if len(glob.glob(sourcedir + headline + ".md")) == 0: if len(glob.glob(sourcedir + headline + ".md")) == 0: