Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 29, 2024
1 parent aa28f13 commit b9e669d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_opm/mf_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,7 @@ def build_lstbin_notebook_makeflow_from_config(
# Write the toml config to the output directory.
if not outdir.exists():
outdir.mkdir()

Check warning on line 1679 in hera_opm/mf_tools.py

View check run for this annotation

Codecov / codecov/patch

hera_opm/mf_tools.py#L1678-L1679

Added lines #L1678 - L1679 were not covered by tests

shutil.copy2(config_file, outdir / "lstbin-config.toml")

Check warning on line 1681 in hera_opm/mf_tools.py

View check run for this annotation

Codecov / codecov/patch

hera_opm/mf_tools.py#L1681

Added line #L1681 was not covered by tests

# Also write a YAML version of just the parameters, to be used to run
Expand Down

0 comments on commit b9e669d

Please sign in to comment.