Skip to content

Commit

Permalink
Fix comparison print
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jul 22, 2024
1 parent ed8fed9 commit 4d44dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/cli/convolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ def subcommand(
comparison_pdf=pdf,
min_as=min_as,
)
if comp:
if comp is not None:
print(comp.to_string())

0 comments on commit 4d44dbf

Please sign in to comment.