File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -334,9 +334,7 @@ def stac_check(
334
334
f"[{ context } ] { method } { url } is not a valid STAC object: { linter .error_msg } "
335
335
)
336
336
if msgs := linter .best_practices_msg [1 :]: # first msg is a header
337
- warnings += (
338
- f"[{ context } ] { method } { url } has these stac-check recommendations: { msgs } "
339
- )
337
+ warnings += f"[{ context } ] { method } { url } has these stac-check recommendations: { '' .join (msgs )} "
340
338
341
339
342
340
def retrieve (
@@ -1399,7 +1397,6 @@ def validate_item_search_filter(
1399
1397
filter_jsons .append (cql2_json_not_like )
1400
1398
1401
1399
if basic_spatial_operators_supported :
1402
-
1403
1400
if cql2_text_supported :
1404
1401
filter_texts .append (cql2_text_s_intersects )
1405
1402
filter_texts .append (cql2_text_ex_2 (collection ))
You can’t perform that action at this time.
0 commit comments