Skip to content

#19: Fix empty filename#38

Open
dror-g wants to merge 1 commit into
crowemi:mainfrom
dror-g:patch-1
Open

#19: Fix empty filename#38
dror-g wants to merge 1 commit into
crowemi:mainfrom
dror-g:patch-1

Conversation

@dror-g

@dror-g dror-g commented May 1, 2024

Copy link
Copy Markdown

#19 Fixed using: file_name = stream_name

( 🤷‍♂️ works for me.. )

Fixed using: file_name = stream_name

(:man_shrugging: )
@ReubenFrankel

Copy link
Copy Markdown

I think you end up with the stream name twice in the file path here, since folder_path already includes the stream name.

folder_path = f"{self.bucket}/{self.prefix}/{stream_name}/"
file_name = stream_name

return f"{folder_path}{file_name}.{self.extension}.{self.compression}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants