You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When no snapshots exist and snapshots.all is called on a compute client, an error is thrown:
TypeError: no implicit conversion of nil into Array
/Users/jsselman/src/fog-google/lib/fog/compute/google/models/snapshots.rb:12:in `concat'
/Users/jsselman/src/fog-google/lib/fog/compute/google/models/snapshots.rb:12:in `block in all'
/Users/jsselman/src/fog-google/lib/fog/compute/google/models/snapshots.rb:10:in `loop'
/Users/jsselman/src/fog-google/lib/fog/compute/google/models/snapshots.rb:10:in `all'
Regression introduced in #222 , reported by @agrare
The text was updated successfully, but these errors were encountered:
selmanj
added a commit
to selmanj/fog-google
that referenced
this issue
Aug 1, 2017
There is a bug in fog-google which causes an exception to be raised when
there are no snapshots present on the provider causing the refresh
to fail.
Issue raised in fog-google here
fog/fog-google#239
This can be removed once fog/fog-google#240 is
merged and released.
When no snapshots exist and
snapshots.all
is called on a compute client, an error is thrown:Regression introduced in #222 , reported by @agrare
The text was updated successfully, but these errors were encountered: