Skip to content

Commit

Permalink
Fixed post run
Browse files Browse the repository at this point in the history
  • Loading branch information
AryazE committed Aug 30, 2024
1 parent ba49ca4 commit fc6ee78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dynapyt/post_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@


def post_run(coverage_dir: str, output_dir: str):
gather_coverage(Path(coverage_dir))
gather_output(Path(output_dir))
if len(coverage_dir) > 0:
gather_coverage(Path(coverage_dir))


if __name__ == "__main__":
Expand Down

0 comments on commit fc6ee78

Please sign in to comment.