docker-compose is ok

This commit is contained in:
pycook
2023-07-11 18:12:22 +08:00
parent 90b3d510e9
commit 80b419e0b7
15 changed files with 10288 additions and 13972 deletions

View File

@@ -95,7 +95,7 @@ class Search(object):
for _v in new_v:
ci_type = CITypeCache.get(_v)
if len(new_v) == 1 and not self.sort and ci_type.default_order_attr:
if len(new_v) == 1 and not self.sort and ci_type and ci_type.default_order_attr:
self.sort = ci_type.default_order_attr
if ci_type is not None: