diff --git a/ppanggolin/metrics/metrics.py b/ppanggolin/metrics/metrics.py index 838e9d63..6dce8c5f 100644 --- a/ppanggolin/metrics/metrics.py +++ b/ppanggolin/metrics/metrics.py @@ -35,7 +35,7 @@ def check_already_computed_metric( "Genome fluidity has been already computed. " "Use --force if you want to compute it again" ) - if print_metric and not recompute: + if print_metric and not recompute: print_computed_metric(info_group._v_attrs["genomes_fluidity"]) return True return False