Commit 0e0d99e
authored
BUGFIX: AttributeError: 'tuple' object has no attribute 'keys'
This script didn't work for me. It looks like the last change transformed something that should be a dict into a tuple. This change was necessary to enable detective.1 parent e962023 commit 0e0d99e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
| 353 | + | |
353 | 354 | | |
354 | 355 | | |
355 | 356 | | |
| |||
0 commit comments