Skip to content

Commit

Permalink
run wf
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Oct 19, 2024
1 parent bc45305 commit 5ff0354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def main():
subdirname + "</a>" +
"</th><td></td><td></td>")

if os.path.dirname("."):
if os.path.dirname == ".":
f.write("<td></td></tr>\n")
else:
f.write("<td class=\"text-center\">" +
Expand Down

0 comments on commit 5ff0354

Please sign in to comment.