Skip to content

Commit 680b587

Browse files
authored
Update recreate_env.py
1 parent e0615d3 commit 680b587

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyrosettacluster/recreate_env.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ def validate_env_manager(manager: str) -> str:
217217
parser = argparse.ArgumentParser(
218218
description=(
219219
"Recreate a PyRosettaCluster environment using one of the supported "
220-
"environment managers ('pixi', 'uv', 'conda', 'mamba').\n"
221-
__doc__
220+
f"environment managers ('pixi', 'uv', 'conda', 'mamba').\n{__doc__}"
222221
)
223222
)
224223

0 commit comments

Comments
 (0)