Commit 12cdf10
[FIX] missing f-string in dataset features error message (#294)
# Description
The error message in `get_dataset_features` was missing an f prefix on
the string containing {`dataset_id}`. This caused users to see the
literal text {dataset_id} instead of the actual dataset ID when a
dataset had no features. Added the f prefix to correctly interpolate the
variable.
Co-authored-by: igennova <luckynegi025@gmail.com>1 parent e2fc422 commit 12cdf10
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
0 commit comments