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: use integer parameter #133

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

trym-b
Copy link
Contributor

@trym-b trym-b commented Apr 9, 2024

The compression level parameter was a boolean
instead of an int. This commit fixes this.

Closes #132

Copy link
Member

@maeb maeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trym-b trym-b force-pushed the fix/compression-level-as-int-not-bool branch from c5f29bf to a1f9ece Compare April 9, 2024 11:41
The compression level parameter was a `boolean`
instead of an `int`. This commit fixes this.

Closes #132
@maeb maeb force-pushed the fix/compression-level-as-int-not-bool branch from a1f9ece to cc91a32 Compare April 29, 2024 12:10
@maeb maeb merged commit ae35bec into main Apr 29, 2024
8 checks passed
@maeb maeb deleted the fix/compression-level-as-int-not-bool branch April 29, 2024 12:19
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.

The compression-level flag is a bool
2 participants