Skip to content

Commit

Permalink
Add forgotten comma
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Jan 12, 2024
1 parent 16794dd commit a120586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xopen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ def _open_gz( # noqa: C901
# increase the level
max(compresslevel, 2),
**text_mode_kwargs,
threads=threads or max(_available_cpu_count(), 4)
threads=threads or max(_available_cpu_count(), 4),
)
except zlib_ng.error: # Bad compression level
pass
Expand Down

0 comments on commit a120586

Please sign in to comment.