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 135b0f6 commit e95e344Copy full SHA for e95e344
bio2zarr/vcf.py
@@ -1976,7 +1976,7 @@ def finalise_array(self, name):
1976
def finalise(self, show_progress=False):
1977
self.load_metadata()
1978
1979
- logger.info("Scanning {self.num_partitions} partitions")
+ logger.info(f"Scanning {self.num_partitions} partitions")
1980
missing = []
1981
# TODO may need a progress bar here
1982
for partition_id in range(self.num_partitions):
0 commit comments