Commit 2c18afd
fix: simplify get_run_tmp_file caching to use hasattr pattern
Use hasattr/attribute-access pattern (consistent with original code)
instead of getattr, removing redundant re-assignment and verbose comment.
Co-authored-by: Kevin Turcios <KRRT7@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a23954a commit 2c18afd
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
| 411 | + | |
415 | 412 | | |
416 | 413 | | |
417 | | - | |
418 | | - | |
| 414 | + | |
419 | 415 | | |
420 | 416 | | |
421 | 417 | | |
| |||
0 commit comments