Skip to content

Commit cf2a978

Browse files
authored
Environment initialization bug fix (#1650)
1 parent 061f0d6 commit cf2a978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/workloads/cortex/client/cortex/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def client(env: str):
3737
for environment in environments:
3838
if environment["name"] == env:
3939
found = True
40+
break
4041

4142
if not found:
4243
raise NotFound(

0 commit comments

Comments
 (0)