This property is unused, so we can just remove it.
@staticmethod
def default(with_state=True) -> "KeyProperties":
properties = {
- "expect": True,
"private": True,
"legacy": False,
"role": "csk",
"""
Check the key with given properties.
"""
- if not properties.properties["expect"]:
- return False
-
# Check file existence.
# Noop. If file is missing then the get_metadata calls will fail.
count += 1
line = key.split()
keyprop = KeyProperties(f"KEY{count}", {}, {}, {})
- keyprop.properties["expect"] = True
keyprop.properties["private"] = True
keyprop.properties["legacy"] = False
keyprop.properties["offset"] = timedelta(0)