Commit 4ccbffe
fix: combine conditions in line_profiler_step to avoid returning empty dict for all TestResults
The return statement was outside the inner if-not block, causing all TestResults
(even populated ones) to return an empty dict.
Co-authored-by: Kevin Turcios <KRRT7@users.noreply.github.com>1 parent 192cf0f commit 4ccbffe
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
185 | 184 | | |
186 | 185 | | |
187 | 186 | | |
| |||
0 commit comments