Skip to content

Commit

Permalink
Fix a python file
Browse files Browse the repository at this point in the history
  • Loading branch information
tarohi24 committed Apr 20, 2024
1 parent 9254977 commit 590ae73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slide_generation/fetch_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main():
if md is not None:
markdown_contents.append(md)
# Geerate the final output file
with open(WORKSPACE + f"slides/{LABEL}.md", "w") as f:
with open(OUTPUT_PATH, "w") as f:
f.write(MARP_PREFIX)
for md in markdown_contents:
f.write(md)
Expand Down

0 comments on commit 590ae73

Please sign in to comment.