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
For now we skip traversal into a dict comp.
In the future, we should treat this like a function
and traverse into the DictComp node looking for any
client calls, but the behavior until that feature
is implemented is to not crash.
Fixesaws#131.
Dict comps break
chalice deploy
with awfull error messagase.g. this anywhere in the code will cause
chalice deploy
to failI know dict comp's were only introduced in 2.7, but I thought chalice was 2.7>
The text was updated successfully, but these errors were encountered: