fog / fog-google

Fog for Google Cloud Platform
MIT License
99 stars 146 forks source link

Fix `nil` returns #616

Open Temikus opened 7 months ago

Temikus commented 7 months ago

Looks like some errors return a nil which breaks the wait_for routine, see comment in #613

Temikus commented 3 months ago

Hmmm, actually looks like this is a bit more complicated, but collection now behaves incorrectly, i.e. Disks.get(fake) will return a disk object.

Will need to dive a bit deeper on this one.