fix(segments): Support NoneType. (#6581)
This commit is contained in:
@@ -81,3 +81,8 @@ class SecretVariable(StringVariable):
|
||||
@property
|
||||
def log(self) -> str:
|
||||
return encrypter.obfuscated_token(self.value)
|
||||
|
||||
|
||||
class NoneVariable(Variable):
|
||||
value_type: SegmentType = SegmentType.NONE
|
||||
value: None = None
|
||||
Reference in New Issue
Block a user