Commit bff3f12
authored
Fix API demo of debugger V2 (#4843)
`logdir` is no longer a keyword argument for enable_dump_debug_info(). Remove it from the debugger V2 example docs.
Otherwise the caller will get a "TypeError: enable_dump_debug_info() got an unexpected keyword argument 'logdir'" error.1 parent 586b048 commit bff3f12
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments