Skip to content

Commit

Permalink
No update
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Feb 2, 2022
1 parent c409b74 commit f832aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvclive/live.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def make_report(self):
file = Path(tmpdir) / "report.md"
file.write_text(report)
subprocess.run(
["cml", "send-comment", "--update", str(file)], check=True
["cml", "send-comment", str(file)], check=True
)
return True

Expand Down

0 comments on commit f832aea

Please sign in to comment.