Fixed typo
This commit is contained in:
parent
fae3c9f532
commit
fd568e8be6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue