workflo
This commit is contained in:
parent
320d59412b
commit
c6941a9e3f
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ for mod in glob.glob("pack/mods/*.toml"):
|
||||||
with open("wiki/Modlist.md", "w") as f:
|
with open("wiki/Modlist.md", "w") as f:
|
||||||
if (count["server"] + count["client"] + count["both"]) == 0:
|
if (count["server"] + count["client"] + count["both"]) == 0:
|
||||||
f.write("## No mods.")
|
f.write("## No mods.")
|
||||||
return
|
break
|
||||||
|
|
||||||
f.write("## Total Count\r\n")
|
f.write("## Total Count\r\n")
|
||||||
f.write("<table>")
|
f.write("<table>")
|
||||||
|
@ -107,7 +107,7 @@ with open("wiki/Modlist.md", "w") as f:
|
||||||
with open("wiki/Licenses.md", "w") as f:
|
with open("wiki/Licenses.md", "w") as f:
|
||||||
if (count["server"] + count["client"] + count["both"]) == 0:
|
if (count["server"] + count["client"] + count["both"]) == 0:
|
||||||
f.write("## No mods.")
|
f.write("## No mods.")
|
||||||
return
|
break
|
||||||
|
|
||||||
for mod in mods:
|
for mod in mods:
|
||||||
data = mods[mod]
|
data = mods[mod]
|
||||||
|
|
Loading…
Add table
Reference in a new issue