Fixed typo

This commit is contained in:
Pablo Martin 2023-01-16 15:43:46 +01:00
parent fae3c9f532
commit fd568e8be6

View file

@ -57,7 +57,7 @@ class LolaConfig:
bucket.
"""
self.FLOW_NAME = flow_name
self.FLOW_NAME_UDCS = flow_name.replace("-", "_ ")
self.FLOW_NAME_UDCS = flow_name.replace("-", "_")
self.S3_BUCKET_NAME = (
DEFAULT_ENV_S3_BUCKET if env_s3_bucket is None else env_s3_bucket
)