fog-google
fog-google copied to clipboard
Fix `nil` returns
Looks like some errors return a nil
which breaks the wait_for
routine, see comment in #613
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.