Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gzip check in rule ffpefilter_mafs #33

Merged
merged 3 commits into from
Aug 17, 2023
Merged

Fix gzip check in rule ffpefilter_mafs #33

merged 3 commits into from
Aug 17, 2023

Conversation

kelly-sovacool
Copy link
Member

@kelly-sovacool kelly-sovacool commented Aug 17, 2023

The previous code had a syntax error and also used the file extension rather than the file type to check whether it was compressed.

With this fix the pipeline now runs to completion.

kopardev and others added 3 commits August 14, 2023 15:37
Two problems with previous code:

- syntax error -- tried to use variable that didn't exist
- checking file extension isn't reliable to know the type, anyone can write a plain text file and give it a .gz extension
@dnousome
Copy link
Collaborator

Looks good to me!

@dnousome dnousome merged commit 06c785d into hotfix Aug 17, 2023
1 check passed
@kelly-sovacool kelly-sovacool deleted the hotfix-gzip branch August 21, 2023 12:14
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.

3 participants