Commit 09e63e8
Fix exception with empty resource list (#381)
* Fix exception with empty resource list
Fix exception that occurs when query returns empty resource list.
Iterate over the list items only if it is not None.
* Add missing end quote
Co-authored-by: Fabian von Feilitzsch <[email protected]>1 parent 55aa513 commit 09e63e8
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments