This commit is contained in:
comfyanonymous 2025-05-31 18:38:10 -04:00 committed by GitHub
parent 64d4705fe2
commit 8bf9c22199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ class CONDConstant(CONDRegular):
return [1]
class CONDArray(CONDRegular):
class CONDList(CONDRegular):
def __init__(self, cond):
self.cond = cond