webgen v4.0.4 + xmltag
This commit is contained in:
parent
1dc18612c0
commit
1f71552b95
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue