Commit e63942d
Use if success pattern instead of try/except per review
Replace try/except block with if success pattern to match original
code style when using fail_on_error=False. This is consistent with
how the code was structured before adding paging support.
Addresses @dkropachev's feedback to use `if success:` as it was before.
Co-authored-by: dkropachev <[email protected]>1 parent a4a0155 commit e63942d
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3923 | 3923 | | |
3924 | 3924 | | |
3925 | 3925 | | |
3926 | | - | |
3927 | | - | |
3928 | | - | |
| 3926 | + | |
| 3927 | + | |
| 3928 | + | |
| 3929 | + | |
3929 | 3930 | | |
3930 | 3931 | | |
3931 | 3932 | | |
3932 | 3933 | | |
3933 | 3934 | | |
3934 | | - | |
| 3935 | + | |
3935 | 3936 | | |
3936 | 3937 | | |
3937 | 3938 | | |
| |||
0 commit comments