Skip to content

Commit

Permalink
test black revert
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Oct 29, 2024
1 parent de47131 commit 99249ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppanggolin/metrics/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99249ed

Please sign in to comment.