Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Oct 11, 2024
1 parent 0c2115c commit 28fe259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bioimageio_collection_backoffice/conda_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def _ensure_min_env(env: CondaEnv, env_name: Optional[str] = None):
):
env["dependencies"].append("conda-forge::bioimageio.core")


def _ensure_valid_conda_env_name(name: str) -> str:
for illegal in ("/", " ", ":", "#"):
name = name.replace(illegal, "")
Expand Down

0 comments on commit 28fe259

Please sign in to comment.