suppress description in "other models" tab for space reasons

This commit is contained in:
Lincoln Stein 2023-06-20 11:45:37 -04:00
parent ac6403f877
commit 2fc19d9afa

View File

@ -132,7 +132,7 @@ class ModelInstall(object):
name = name, name = name,
base_type = base, base_type = base,
model_type = model_type, model_type = model_type,
description = value.get('description'), # description = value.get('description'),
path = value.get('path'), path = value.get('path'),
installed = True, installed = True,
) )