This commit is contained in:
Eugene Pankov
2022-12-26 18:49:25 +01:00
parent 69f45863f6
commit e112b46063
3 changed files with 3 additions and 7 deletions

View File

@@ -42,8 +42,7 @@ class AppVersionViewSet(ListModelMixin, GenericViewSet):
plugins = [
os.path.basename(x["name"])
for x in fs.listdir(dir)
if x["type"] == "directory"
and os.path.basename(x["name"])
if x["type"] == "directory" and os.path.basename(x["name"])
not in [
"tabby-web-container",
"tabby-web-demo",