Skip to content

Commit 5169ecd

Browse files
committed
Fixing filter query string
1 parent 6dda5e4 commit 5169ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigml/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
TASKS_QS = "include=subscription,tasks"
267267

268268
# Minimum query string to get model image fields and status
269-
IMAGE_FIELDS_FILTER = ("optype=image;exclude=summary,objective_summary,"
269+
IMAGE_FIELDS_FILTER = ("optype=image&exclude=summary,objective_summary,"
270270
"input_fields,importance,model_fields")
271271

272272
# Default storage folder

0 commit comments

Comments
 (0)