Skip to content

Commit

Permalink
Remove conditional that will never be reached
Browse files Browse the repository at this point in the history
  • Loading branch information
jkong-anaconda committed Apr 17, 2024
1 parent aab2980 commit c1e77c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/conda_project/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,6 @@ def environments(self) -> BaseEnvironments:
env_paths = specified_path.split(os.pathsep) if specified_path else []

for path in env_paths:
if not path:
continue

# Construct absolute path
path = self.directory / path

Expand Down

0 comments on commit c1e77c2

Please sign in to comment.