HarrisKirk / blue-green-dreams

2 stars 1 forks source link

Fix "TypeError: string indices must be integers" #128

Open HarrisKirk opened 9 months ago

HarrisKirk commented 9 months ago

This error started when I deleted all clusters. I suspect the initial check for the existing items cannot handle the empty results properly. The error has nothing to do with the Flake8 merge since the same error happens on an earlier commit.

To reproduce, run "make deploy-test". The error happens immediately.