We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4961d3b commit bbffea8Copy full SHA for bbffea8
gcp_variant_transforms/beam_io/vcf_file_size_io.py
@@ -162,7 +162,7 @@ def read_records(
162
buffer_size=self.DEFAULT_VCF_READ_BUFFER_SIZE,
163
skip_header_lines=0)
164
165
- _, raw_file_size = _get_file_size(file_name)
+ raw_file_size = _get_file_size(file_name)
166
167
# Open distinct channel to read lines as raw bytestrings.
168
with filesystems.FileSystems.open(file_name,
0 commit comments