Commit 3dc7051
committed
Safely assign resources to the sdk opType maps
While trying to re-generate controllers, we observed this rare error
where the code-generator tries to assign a key/value into a nil map.
Which is an illegal assignement... This should be handled now.
Signed-off-by: Amine Hilaly <[email protected]>1 parent d3b23cd commit 3dc7051
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
| |||
0 commit comments