Skip to content
Snippets Groups Projects
Commit 693ceb47 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

setup-bin-env: fix the docstring to be relevant

Still way too terse, but at least not wrong
parent 1806cc7a
No related branches found
No related tags found
1 merge request!37general improvements
......@@ -153,7 +153,7 @@
bin_env_spec,
den_path=".",
):
"""execute the content of a schedule file"""
"""Setup a binary environment from the spec, reusing one if it exists"""
den_root = Path(den_path)
den = den_mod.PoulpeDen(den_root)
bin_env_spec = scheduling.BinEnvSpec.from_piece(bin_env_spec)
......
......@@ -55,7 +55,7 @@
den-list-benchmarks Find and list benchmarks available in a Poulpe...
den-list-bin-env-setups Find and list automatic Binary Environment...
den-list-data-envs Find and list Data Enviroment available in a...
den-setup-bin-env execute the content of a schedule file
den-setup-bin-env Setup a binary environment from the spec,...
diff-result use `poulpe diff-result --help` for details
env-desc use `poulpe env-desc --help` for details
result-compare Compare results together.
......@@ -80,7 +80,7 @@
den-list-benchmarks Find and list benchmarks available in a Poulpe...
den-list-bin-env-setups Find and list automatic Binary Environment...
den-list-data-envs Find and list Data Enviroment available in a...
den-setup-bin-env execute the content of a schedule file
den-setup-bin-env Setup a binary environment from the spec,...
diff-result use `poulpe diff-result --help` for details
env-desc use `poulpe env-desc --help` for details
result-compare Compare results together.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment