Skip to content

Commit aa0c003

Browse files
committed
update warn msg
1 parent 27bf2d5 commit aa0c003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp_api/client/core/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def _query_resource(
504504

505505
if fields:
506506
warnings.warn(
507-
"Ignoring `fields` argument: All fields are always included when downloading full collections."
507+
"Ignoring `fields` argument: All fields are always included when no query is provided."
508508
)
509509

510510
decoder = (

0 commit comments

Comments
 (0)