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.
2 parents db103c4 + e95e344 commit 42e2a5aCopy full SHA for 42e2a5a
bio2zarr/vcf.py
@@ -2076,7 +2076,7 @@ def finalise_array(self, name):
2076
def finalise(self, show_progress=False):
2077
self.load_metadata()
2078
2079
- logger.info("Scanning {self.num_partitions} partitions")
+ logger.info(f"Scanning {self.num_partitions} partitions")
2080
missing = []
2081
# TODO may need a progress bar here
2082
for partition_id in range(self.num_partitions):
0 commit comments