Skip to content

Commit

Permalink
Print raw markdown to .markdown report file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Dec 4, 2023
1 parent 75df56f commit 23a29c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pudl_output_differ/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def main() -> int:
f.write(markdown.markdown(md, extensions=[GithubFlavoredMarkdownExtension()]))
f.write('</article>')
with fs.open(f"{report_path}.markdown", "w") as f:
f.write(markdown.markdown(md, extensions=[GithubFlavoredMarkdownExtension()]))
f.write(md)

# TODO(rousik): add suopport for publishing comments to github PRs/analyses.
return 0
Expand Down

0 comments on commit 23a29c9

Please sign in to comment.